This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from acf5c03aa11 MAINTAINERS: Add myself to write after approval new 003f388cddb RISC-V: Support const series vector for RVV auto-vectorization
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/config/riscv/autovec.md | 24 +++++ gcc/config/riscv/riscv-protos.h | 1 + gcc/config/riscv/riscv-v.cc | 118 ++++++++++++++++++++- gcc/config/riscv/riscv.cc | 27 ++++- .../gcc.target/riscv/rvv/autovec/series-1.c | 50 +++++++++ .../rvv/autovec/series_run-1.c} | 6 +- 6 files changed, 219 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/series-1.c copy gcc/testsuite/gcc.target/{aarch64/sve/index_1_run.c => riscv/rvv/autovec/seri [...]