This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 84eec2916fa middle-end/110055 - avoid CLOBBERing static variables new b327cbe8f4e aarch64: Improve representation of ADDLV instructions new d2cdfafde20 aarch64: Simplify SHRN, RSHRN expanders and patterns
The 2 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-protos.h | 2 + gcc/config/aarch64/aarch64-simd.md | 160 ++++++++++------------ gcc/config/aarch64/aarch64.cc | 44 ++++++ gcc/config/aarch64/iterators.md | 12 +- gcc/config/aarch64/predicates.md | 9 ++ gcc/testsuite/gcc.target/aarch64/simd/addlv_1.c | 43 ++++++ gcc/testsuite/gcc.target/aarch64/simd/pr99195_5.c | 4 +- 7 files changed, 182 insertions(+), 92 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/addlv_1.c