This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f1309dbc7c2 libstdc++: Initialize all members of hashtable local iterators new ce199a952bf RISC-V: Increase cost for vec_construct [PR118019]. new ec870d3b5f3 RISC-V: Fix compress shuffle pattern [PR117383]. new 99eef0cfa56 vect: Do not try to duplicate_and_interleave one-element mode. new 65c09538420 docs: Fix [us]abd pattern name.
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/config/riscv/riscv-protos.h | 4 +- gcc/config/riscv/riscv-v.cc | 12 +---- gcc/config/riscv/riscv.cc | 8 +++- gcc/doc/md.texi | 4 +- .../riscv/rvv/autovec/binop/vcompress-avlprop-1.c | 2 +- .../gcc.target/riscv/rvv/autovec/pr117383.c | 48 ++++++++++++++++++++ .../gcc.target/riscv/rvv/autovec/pr118019.c | 52 ++++++++++++++++++++++ gcc/tree-vect-slp.cc | 3 ++ 8 files changed, 117 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr117383.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr118019.c