This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 25456c0e6d1 Daily bump. new 0cc0956b3bb Optimize ashift >> 7 to vpcmpgtb for vector int8. new 090714e6cf8 Set d.one_operand_p to true when TARGET_SSSE3 in ix86_expan [...]
The 2 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 | 34 +++++++++++++++++- gcc/testsuite/gcc.target/i386/pr114514-shift.c | 49 ++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr114514-shufb.c | 35 ++++++++++++++++++ 3 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr114514-shift.c create mode 100644 gcc/testsuite/gcc.target/i386/pr114514-shufb.c