This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6ec565d8755 aarch64: Add pattern to match zero-extending scalar result [...] new c60654918bc [1/4] aarch64: Convert UABDL and SABDL patterns to standard [...] new 6c82641d732 [2/4] aarch64: Convert UABDL2 and SABDL2 patterns to standa [...] new e0472ed5aee [3/4] aarch64: Convert UABAL and SABAL patterns to standard [...] new 636e2273aec [4/4] aarch64: Convert UABAL2 and SABAL2 patterns to standa [...]
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 | 135 +++++++++++++++------ gcc/config/aarch64/aarch64-sve.md | 8 +- gcc/config/aarch64/aarch64.cc | 38 +++++- gcc/config/aarch64/aarch64.md | 8 -- gcc/config/aarch64/iterators.md | 16 --- .../gcc.target/aarch64/simd/vabal_combine.c | 72 +++++++++++ 6 files changed, 213 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vabal_combine.c