This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 751da44bd90 RISC-V: Fix warning of vxrm pattern new c53f51005de i386: Add V8QI and V4QImode partial vector shift operations
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.cc | 12 +++++-- gcc/config/i386/i386.cc | 38 ++++++++++++++++++++++- gcc/config/i386/mmx.md | 22 +++++++++++++ gcc/testsuite/gcc.target/i386/vect-shiftv4qi.c | 43 ++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/vect-shiftv8qi.c | 43 ++++++++++++++++++++++++++ 5 files changed, 155 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/vect-shiftv4qi.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-shiftv8qi.c