This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bbd96065fa7 c++: Implement C++26 P3920R0 - Wording for NB comment resol [...] new 0f8bcacf6c4 vect: Reduce group size of consecutive strided accesses. new 3e8cc2f09de vect: Give up if there is no offset_vectype. new a17e06fa2ab optabs: Do not pun modes smaller than QImode. new a98b6cf01ba vect: Do not set range for step != 1 [PR121985].
The 4 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/optabs-query.cc | 4 +- .../gcc.target/riscv/rvv/autovec/pr118019-2.c | 2 +- .../gcc.target/riscv/rvv/autovec/pr121985.c | 17 ++++++ gcc/tree-vect-data-refs.cc | 4 ++ gcc/tree-vect-loop-manip.cc | 34 ++++++------ gcc/tree-vect-slp.cc | 52 +++++++++--------- gcc/tree-vect-stmts.cc | 63 +++++++++++++++++++--- gcc/tree-vectorizer.h | 4 ++ 8 files changed, 127 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr121985.c