This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4ba2579 S/390: Fix vecinit expansion. new 1137da9 [1/7] Remove unnecessary peeling for gaps check new a13a9a3 [2/7] Clean up vectorizer load/store costs new 4162782 [3/7] Fix load/store costs for strided groups new cf60da0 [4/7] Add a gather_scatter_info structure new bc691ae [5/7] Move the fix for PR65518 new 85b53a1 [6/7] Explicitly classify vector loads and stores new 989ceec [7/7] Add negative and zero strides to vect_memory_access_type
The 7 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 | 77 +++ gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.dg/vect/group-no-gaps-1.c | 108 ++++ gcc/tree-vect-data-refs.c | 65 +- gcc/tree-vect-loop.c | 4 +- gcc/tree-vect-slp.c | 13 +- gcc/tree-vect-stmts.c | 911 +++++++++++++++------------- gcc/tree-vectorizer.h | 78 ++- 8 files changed, 807 insertions(+), 453 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/group-no-gaps-1.c