This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c73d2d49f9b Daily bump. new 1a0af6e5a99 RISC-V: Allow dest operand and accumulator operand overlap [...] new 88aca917eb7 VECT: Refine the type size restriction of call vectorizer
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/config/riscv/vector.md | 4 ++-- .../gcc.target/riscv/rvv/base/pr112327-1.c | 27 ++++++++++++++++++++++ .../gcc.target/riscv/rvv/base/pr112327-2.c | 27 ++++++++++++++++++++++ gcc/tree-vect-stmts.cc | 22 ++++++++---------- 4 files changed, 65 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr112327-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr112327-2.c