This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f451ef41bdc tree-optimization/121034 - fix reduction vectorization new 5300e2bda9c aarch64: Allow 64-bit vector modes in pattern for BCAX instruction new 4da7ba86179 aarch64: Use EOR3 for 64-bit vector modes new 1b7bcac0327 aarch64: Handle DImode BCAX operations new cfa827188dc aarch64: Use EOR3 for DImode values
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/config/aarch64/aarch64-simd.md | 78 ++++++++++++++++++++++---- gcc/testsuite/gcc.target/aarch64/simd/bcax_d.c | 19 +++++++ gcc/testsuite/gcc.target/aarch64/simd/eor3_d.c | 19 +++++++ 3 files changed, 104 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/bcax_d.c create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/eor3_d.c