This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e232dc3bb5c Match: Optimize log (x) CMP CST and exp (x) CMP CST operations new 0b27a7dd050 tree-optimization/117502 - VMAT_STRIDED_SLP vs VMAT_ELEMENT [...] new 61cd1c43b82 tree-optimization/117484 - issue with SLP discovery of perm [...]
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/pr117484-1.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/vect/pr117484-2.c | 16 ++++++++++++++++ gcc/tree-vect-loop.cc | 1 + gcc/tree-vect-slp-patterns.cc | 14 ++++++++++---- gcc/tree-vect-slp.cc | 22 +++++++++++++--------- gcc/tree-vect-stmts.cc | 3 ++- 6 files changed, 55 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr117484-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr117484-2.c