This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 31cd5f9ae4d Revert "aarch64: Convert SVE gather patterns to compact syntax" new 4d9d207c668 aarch64: Convert SVE gather patterns to compact syntax new b375c5340b5 aarch64: Avoid same input and output Z register for gather loads
The 2 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.md | 430 ++++++++++++--------- gcc/config/aarch64/aarch64-sve2.md | 36 +- .../gcc.target/aarch64/sve/gather_earlyclobber.c | 96 +++++ .../gcc.target/aarch64/sve2/gather_earlyclobber.c | 32 ++ 4 files changed, 403 insertions(+), 191 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/gather_earlyclobber.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/gather_earlyclobber.c