This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a6b8d9aad9 tree-optimization/105802 - another unswitching type issue new 08afab6f864 tree-optimization/101668 - relax SLP of existing vectors
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/optabs-query.cc | 2 +- gcc/testsuite/gcc.dg/vect/bb-slp-pr101668.c | 59 +++++++++++++++++ gcc/testsuite/gcc.target/i386/pr101668.c | 27 ++++++++ gcc/tree-vect-slp.cc | 99 +++++++++++++++++++++++------ 4 files changed, 168 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr101668.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101668.c