This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c1d381f0079 contrib/gcc-changelog: Detect if same file appears twice new d83b0c69755 testsuite/arm: Add mve-vsub-scalar-1.c test new 9e6b3b4a22c testsuite/arm: Add mve-vmul-scalar-1.c test new d1cee151e10 arm: MVE: Convert vcmp[eq|ne]* in arm_mve.h to use only 's' [...] new f56af5f9c20 arm: MVE: Cleanup vcmpne/vcmpeq builtins new 929056a7689 arm: MVE: Remove _s and _u suffixes from vcmp* builtins. new d083fbf72d4 arm: MVE: Factorize all vcmp* integer patterns new 902692c1cbd arm: MVE: Factorize vcmp_*f*
The 7 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/arm/arm_mve.h | 120 +++--- gcc/config/arm/arm_mve_builtins.def | 36 +- gcc/config/arm/iterators.md | 24 +- gcc/config/arm/mve.md | 422 ++------------------- gcc/config/arm/unspecs.md | 12 - .../gcc.target/arm/simd/mve-vmul-scalar-1.c | 60 +++ .../gcc.target/arm/simd/mve-vsub-scalar-1.c | 47 +++ 7 files changed, 228 insertions(+), 493 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vmul-scalar-1.c create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vsub-scalar-1.c