This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a562d449244 testsuite: Fix gcc.target/i386/zero-scratch-regs-*.c scan-a [...] new ac6affba971 tree-optimization/80928 - SLP vectorize nested loop induction new 9d1b813d0f7 bootstrap/97666 - fix array of bool allocation
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-outer-slp-2.c | 51 ++++++++++++ gcc/testsuite/gcc.dg/vect/vect-outer-slp-3.c | 62 ++++++++++++++ gcc/tree-vect-loop.c | 116 ++++++++++++--------------- gcc/tree-vect-slp.c | 2 +- 4 files changed, 165 insertions(+), 66 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-outer-slp-2.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-outer-slp-3.c