This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e80f7c13f64 tree-optimization/111125 - properly cost BB reduction remai [...] new a1558e9ad85 tree-optimization/111115 - SLP of masked stores
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/testsuite/gcc.dg/vect/slp-mask-store-1.c | 39 +++++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 3 +- gcc/tree-vect-data-refs.cc | 3 +- gcc/tree-vect-slp.cc | 46 ++++++++++++++++++++++++---- gcc/tree-vect-stmts.cc | 23 +++++++------- gcc/tree-vectorizer.h | 1 + 6 files changed, 94 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/slp-mask-store-1.c