This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e7b8d702005 Revert "Optimize v4sf reduction.". new 6390c5047ad Allow different vector types for stmt groups
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/testsuite/gcc.target/i386/vect-pr82426.c | 31 ++++ gcc/testsuite/gcc.target/i386/vect-pr97352.c | 22 +++ gcc/tree-vect-data-refs.c | 227 ++++++++++++++------------- gcc/tree-vect-slp.c | 59 ------- gcc/tree-vect-stmts.c | 77 +++++---- gcc/tree-vectorizer.h | 32 ++-- 6 files changed, 235 insertions(+), 213 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/vect-pr82426.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-pr97352.c