This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0926259f9fc tree-optimization/98393 - properly init matches when failing SLP new ba15b0fa0df aarch64: Use the MUL VL form of SVE PRF[BHWD] new b41e6dd50f3 aarch64: Improve vcombine codegen [PR89057] new 13b80a7d1b9 tree-optimization/98282 - classify V_C_E<constant> as nary
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-simd.md | 15 +++- gcc/config/aarch64/aarch64.c | 17 ++++- gcc/testsuite/g++.dg/opt/pr98282.C | 80 ++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr89057.c | 16 +++++ .../gcc.target/aarch64/sve/acle/asm/prfb.c | 47 +++++++++---- .../gcc.target/aarch64/sve/acle/asm/prfd.c | 47 +++++++++---- .../gcc.target/aarch64/sve/acle/asm/prfh.c | 47 +++++++++---- .../gcc.target/aarch64/sve/acle/asm/prfw.c | 47 +++++++++---- gcc/tree-ssa-sccvn.c | 3 +- 9 files changed, 256 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr98282.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr89057.c