This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a7ad9cb8130 aarch64: Add testcase for vectorconvert lowering [PR110473] new 895bbc08d38 aarch64: Add vector popcount besides QImode [PR113859]
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-simd.md | 41 ++++++++++++++- gcc/testsuite/gcc.target/aarch64/popcnt-udot.c | 58 ++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/popcnt-vec.c | 69 ++++++++++++++++++++++++++ 3 files changed, 167 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt-udot.c create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt-vec.c