This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6e854573a5e Fix vectorizable_mask_load_store handling of invariant masks new 402f565fbd8 Include phis in SLP unrolling calculation new 0b86fa32a5d Fix an SVE failure in the Fortran matmul* tests
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/ChangeLog | 14 +++++ gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.dg/vect/slp-multitypes-13.c | 11 ++++ gcc/tree-vect-data-refs.c | 5 ++ gcc/tree-vect-slp.c | 78 +++++++++++++++++---------- 5 files changed, 85 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/slp-multitypes-13.c