This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e84e5d03412 aarch64: Take into account when VF is higher than known sca [...] new 4150bcd205e middle-end: lower COND_EXPR into gimple form in vect_recog_ [...]
The 1 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/bb-slp-conditional_store_1.c | 15 +++++++++ ...tional_store_3.c => vect-conditional_store_5.c} | 6 +++- ...tional_store_2.c => vect-conditional_store_6.c} | 4 +-- gcc/tree-vect-loop.cc | 12 +++++++ gcc/tree-vect-patterns.cc | 39 ++++++++++++++++++++-- gcc/tree-vect-slp.cc | 14 ++++++++ gcc/tree-vect-stmts.cc | 6 +--- gcc/tree-vectorizer.cc | 3 +- gcc/tree-vectorizer.h | 7 ++++ 9 files changed, 94 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-conditional_store_1.c copy gcc/testsuite/gcc.dg/vect/{vect-conditional_store_3.c => vect-conditional_sto [...] copy gcc/testsuite/gcc.dg/vect/{vect-conditional_store_2.c => vect-conditional_sto [...]