This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1bcfed4c52b Daily bump. new 1ff5f8f8a05 vect: Fix shift-by-induction for single-lane slp new 3aa004f1db3 vect: Determine input vectype for multiple lane-reducing op [...]
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/testsuite/gcc.dg/vect/vect-shift-6.c | 52 +++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-shift-7.c | 69 ++++++++++++++++++++++++++++ gcc/tree-vect-loop.cc | 79 ++++++++++++++++++++++---------- gcc/tree-vect-stmts.cc | 2 +- 4 files changed, 178 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-shift-6.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-shift-7.c