This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9b13bea0770 Canonicalize vec_merge in simplify_ternary_operation new 9def392a1b6 tree-optimization/120089 - force all PHIs live for early-br [...] new da377e7ebf8 tree-optimization/120143 - ICE with failed early break store move new 9e85d056cd1 tree-optimization/119589 - alignment analysis for VF > 1 an [...]
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.dg/vect/vect-early-break_134-pr120089.c | 66 ++++++++++++++++++++++ .../gcc.dg/vect/vect-early-break_135-pr120143.c | 18 ++++++ gcc/tree-vect-data-refs.cc | 1 - gcc/tree-vect-slp.cc | 17 +++--- gcc/tree-vect-stmts.cc | 66 +++++++++++++++------- 5 files changed, 139 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_134-pr120089.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_135-pr120143.c