This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aarch64/sve-acle-branch in repository gcc.
from 7f37a0c8ba5 [SVE ACLE] Add svstnt1 new 9984bfeb98b Add a gimple_move_vops helper function new f9118716859 [SVE ACLE] Fix markup in ld1_1.c new e60a69295f1 [SVE ACLE] Fold IFN_MASK_LOAD/STORE for all-true masks new 749c1eb202d [SVE ACLE] Handle VIEW_CONVERT_EXPR for length-agnostic vectors new 73012ea6336 [SVE ACLE] Fix C++ COMPLETE_TYPE_P ICE in ldff1 test new af130985cc3 [SVE ACLE] Avoid CSEing PTRUE to RDFFR
The 6 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/cp/constexpr.c | 2 +- gcc/cse.c | 2 + gcc/fold-const.c | 139 +++++++++++++++++++-- gcc/gimple-fold.c | 105 ++++++++++------ gcc/gimple.c | 12 ++ gcc/gimple.h | 1 + gcc/ipa-param-manipulation.c | 9 +- .../gcc.target/aarch64/sve-acle/general/ld1_1.c | 23 ++-- .../gcc.target/aarch64/sve-acle/general/ldff1_2.c | 12 +- .../aarch64/sve-acle/general/temporaries_1.c | 70 +++++++++++ gcc/tree-call-cdce.c | 4 +- gcc/tree-if-conv.c | 4 +- gcc/tree-ssa-ccp.c | 4 +- gcc/tree-ssa-math-opts.c | 7 +- gcc/tree-ssa-propagate.c | 9 +- gcc/tree-vect-stmts.c | 3 +- gcc/tree-vectorizer.c | 5 +- 17 files changed, 318 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/general/temporaries_1.c