This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e5cc04a73a3 Clean up dead patterns, splitters, expanders and peepholes [...] new 9921bbf9b2e [AArch64] Improve popcount expansion new 5bfc8303ffe [AArch64] Set ctz rtx_cost (PR93565)
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/ChangeLog | 13 ++++++++++++ gcc/config/aarch64/aarch64-simd.md | 11 ++++++++++ gcc/config/aarch64/aarch64.c | 7 ++++++ gcc/config/aarch64/aarch64.md | 4 +--- gcc/config/aarch64/iterators.md | 3 +++ gcc/testsuite/ChangeLog | 9 ++++++++ gcc/testsuite/gcc.target/aarch64/popcnt2.c | 21 ++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr93565.c | 34 ++++++++++++++++++++++++++++++ 8 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr93565.c