This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c05ece92c61 introduce overridable clear_cache emitter new 81d590760c3 Add popcount<mode> expander to enable popcount auto vectori [...]
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/i386/sse.md | 12 +++++ .../gcc.target/i386/avx512bitalg-pr97770-1.c | 60 +++++++++++++++++++++ .../gcc.target/i386/avx512vpopcntdq-pr97770-1.c | 63 ++++++++++++++++++++++ .../gcc.target/i386/avx512vpopcntdq-pr97770-2.c | 39 ++++++++++++++ ...2vl-vpord-2.c => avx512vpopcntdqvl-pr97770-1.c} | 7 ++- 5 files changed, 177 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/avx512bitalg-pr97770-1.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512vpopcntdq-pr97770-1.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512vpopcntdq-pr97770-2.c copy gcc/testsuite/gcc.target/i386/{avx512vl-vpord-2.c => avx512vpopcntdqvl-pr9777 [...]