This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 05049c9b1c5 [AArch64] Simplify SVE IFN_COND patterns new f8e1b9c1d59 [AArch64] Factor out ptrue predicate creation new 1804e17ffe2 [AArch64] Factor out pfalse predicate creation new 114c492e495 [AArch64] Tabify aarch64-sve.md new 29609b7750d [AArch64] Add a new CC mode for SVE conditions
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 | 36 ++++ gcc/config/aarch64/aarch64-modes.def | 2 + gcc/config/aarch64/aarch64-protos.h | 2 + gcc/config/aarch64/aarch64-sve.md | 223 ++++++++++----------- gcc/config/aarch64/aarch64.c | 59 +++++- gcc/config/aarch64/aarch64.md | 12 +- gcc/testsuite/ChangeLog | 12 ++ .../gcc.target/aarch64/sve/struct_vect_18.c | 2 +- .../gcc.target/aarch64/sve/struct_vect_19.c | 2 +- .../gcc.target/aarch64/sve/struct_vect_20.c | 2 +- .../gcc.target/aarch64/sve/struct_vect_21.c | 2 +- .../gcc.target/aarch64/sve/struct_vect_22.c | 2 +- .../gcc.target/aarch64/sve/struct_vect_23.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/unroll-1.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/while_1.c | 1 + 15 files changed, 227 insertions(+), 134 deletions(-)