This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 774ad67fba4 Implement operator_pointer_diff::fold_range new 9ffcf1f193b aarch64: Improve scalar mode popcount expansion by using SV [...]
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/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64-simd.md | 15 +++++-- gcc/config/aarch64/aarch64.cc | 21 ++++++++++ gcc/config/aarch64/aarch64.md | 9 +++++ gcc/config/aarch64/iterators.md | 16 ++++++-- gcc/testsuite/gcc.target/aarch64/popcnt-sve.c | 10 ++--- gcc/testsuite/gcc.target/aarch64/popcnt11.c | 58 +++++++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/popcnt12.c | 20 +++++++++ 8 files changed, 139 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt11.c create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt12.c