This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fcf617f0d2a Daily bump. new 3bd86940c42 i386: Add vashlm3/vashrm3/vlshrm3 to enable vectorization o [...]
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/i386-expand.c | 73 +++++++++--- gcc/config/i386/i386-protos.h | 3 - gcc/config/i386/sse.md | 111 ++++++++++++------ gcc/testsuite/gcc.target/i386/avx512vl-pr95488-1.c | 6 +- gcc/testsuite/gcc.target/i386/pr98434-1.c | 64 ++++++++++ gcc/testsuite/gcc.target/i386/pr98434-2.c | 129 +++++++++++++++++++++ 6 files changed, 329 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr98434-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98434-2.c