This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe485aa68c2 [AArch64] Rework SVE PTEST patterns new 2f278c6c653 [AArch64] Canonicalise SVE predicate constants new f2b78fa447e [AArch64] Don't rely on REG_EQUAL notes to combine SVE BIC new 317204917ee [AArch64] Use unspecs for remaining SVE FP binary ops new 5827f5a0364 [AArch64] Add a "GP strictness" operand to SVE FP unspecs
The 4 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/ChangeLog | 81 ++++++ gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64-sve.md | 313 +++++++++++++++++------- gcc/config/aarch64/aarch64.c | 200 +++++++++++++-- gcc/config/aarch64/aarch64.md | 12 + gcc/config/aarch64/predicates.md | 5 + gcc/testsuite/ChangeLog | 8 + gcc/testsuite/gcc.target/aarch64/sve/single_1.c | 5 +- gcc/testsuite/gcc.target/aarch64/sve/single_2.c | 5 +- gcc/testsuite/gcc.target/aarch64/sve/single_3.c | 5 +- gcc/testsuite/gcc.target/aarch64/sve/single_4.c | 5 +- gcc/testsuite/gcc.target/aarch64/sve/spill_4.c | 5 +- 12 files changed, 521 insertions(+), 124 deletions(-)