This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 483326615ee aarch64: Fix sme2+faminmax intrisic gating (PR 121300) new 46a862ef08f vect: Fix insufficient alignment requirement for speculativ [...] new 28310b3ff84 vect: Add missing skip-vector check for peeling with versio [...]
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.dg/vect/vect-early-break_137-pr121190.c | 62 ++++++++++++++++++++++ .../gcc.dg/vect/vect-early-break_138-pr121020.c | 54 +++++++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-early-break_52.c | 2 +- gcc/tree-vect-data-refs.cc | 20 +++---- gcc/tree-vect-loop-manip.cc | 2 +- gcc/tree-vectorizer.h | 4 ++ 6 files changed, 128 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_137-pr121190.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_138-pr121020.c