This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fd883919b26 Fix memory leak in vect_cse_slp_nodes new 5977b746db3 tree-optimization/117000 - elide .REDUC_IOR with compare ag [...] new dc90578f0b3 tree-optimization/116575 - handle SLP of permuted masked loads new 9df0772d50d tree-optimization/116974 - Handle single-lane SLP for OMP s [...]
The 3 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/generic-match-head.cc | 2 + gcc/gimple-match-head.cc | 2 + gcc/match.pd | 9 ++++ gcc/testsuite/gcc.dg/vect/vect-pr114375.c | 2 + gcc/testsuite/gcc.target/i386/pr117000.c | 13 +++++ gcc/tree-vect-loop.cc | 2 + gcc/tree-vect-slp.cc | 58 +++++++++++++++++++-- gcc/tree-vect-stmts.cc | 84 +++++++++++++++++++++---------- 8 files changed, 142 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr117000.c