This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 144aee70b80 match.pd: Canonicalize (x + (x << cst)) into (x * cst2) [PR94800] new 1bd3a8af853 aarch64: eliminate redundant zero extend after bitwise negation
The 1 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/ChangeLog | 4 ++++ gcc/config/aarch64/aarch64.md | 9 +++++++++ gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.target/aarch64/mvn_zero_ext.c | 15 +++++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 gcc/testsuite/gcc.target/aarch64/mvn_zero_ext.c