This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9167c9eeea1 simplify-rtx: Fix up SUBREG and LSHIFTRT order canonicaliza [...] new 96bc77e45c2 tree-optimization/123190 - allow VF == 1 epilog vectorization new 948d33f490a tree-optimization/123190 - fix costing of permuted contiguo [...]
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: .../vect/costmodel/x86_64/costmodel-pr123190-1.c | 38 ++++++++++++++++++++++ .../vect/costmodel/x86_64/costmodel-pr123190-2.c | 7 ++++ gcc/testsuite/gcc.dg/vect/slp-28.c | 1 + gcc/tree-vect-loop.cc | 8 +++-- gcc/tree-vect-stmts.cc | 14 +++++--- gcc/tree-vectorizer.h | 1 + 6 files changed, 62 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr123190-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr123190-2.c