This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from dfc6b286fd7 Daily bump. new 8643edbb888 aarch64: Fix caller saves of VNx2QI [PR116238] new 4f61ae081d6 aarch64: Fix folding of degenerate svwhilele case [PR117045] new 587b370c849 Fix folding of BIT_NOT_EXPR for POLY_INT_CST [PR118976]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/aarch64/aarch64-sve-builtins-base.cc | 11 ++++++- gcc/config/aarch64/aarch64.cc | 18 ++++++++++-- gcc/fold-const.cc | 2 +- .../aarch64/sve/acle/general/whilele_11.c | 31 ++++++++++++++++++++ .../aarch64/sve/acle/general/whilele_12.c | 34 ++++++++++++++++++++++ .../aarch64/sve/acle/general/whilele_5.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/pr116238.c | 13 +++++++++ 7 files changed, 105 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/whilele_11.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/whilele_12.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr116238.c