This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cdb1c276560 testsuite: Adjust expected instruction count for PPC fold t [...] new 84747acf8da AArch64: Add NEON, SVE and SVE2 RTL patterns for Complex Addition. new 9732dc855e5 Arm: Add NEON and MVE RTL patterns for Complex Addition. new db253e8b1db Arm: MVE: Split refactoring of remaining complex instrinsics
The 3 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 | 8 ++ gcc/config/aarch64/aarch64-sve.md | 14 +++ gcc/config/aarch64/aarch64-sve2.md | 10 +++ gcc/config/aarch64/iterators.md | 4 + gcc/config/arm/arm_mve.h | 70 ++++++++------- gcc/config/arm/arm_mve_builtins.def | 26 +++--- gcc/config/arm/constraints.md | 2 +- gcc/config/arm/iterators.md | 22 +++-- gcc/config/arm/mve.md | 172 +++++++----------------------------- gcc/config/arm/unspecs.md | 18 +--- gcc/config/arm/vec-common.md | 10 +++ 11 files changed, 147 insertions(+), 209 deletions(-)