This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0833e3e1ff1 change unit of --param max-gcse-memory to kB new e053f96a9f5 aarch64: Use RTL builtins for [su]mlsl_lane[q] intrinsics new cb995de62aa aarch64: Reimplement vaddlv* intrinsics using builtins new d5e0d1f1d2c aarch64: Reimplement vabal* intrinsics using builtins new 9f499a86b29 aarch64: Re-implement vabal_high* intrinsics using builtins new 9b588cfb428 aarch64: Reimplement vabdl_high* intrinsics using builtins
The 5 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-builtins.def | 21 ++ gcc/config/aarch64/aarch64-simd.md | 70 ++++- gcc/config/aarch64/aarch64.md | 2 + gcc/config/aarch64/arm_neon.h | 360 ++++++----------------- gcc/config/aarch64/iterators.md | 27 ++ gcc/testsuite/gcc.target/aarch64/simd/vaddlv_1.c | 56 ++++ 6 files changed, 244 insertions(+), 292 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vaddlv_1.c