This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 405096f908e RISC-V: Adjust loop len by costing 1 when NITER < VF new 7be87b7d2e3 RISC-V: Fix regression (GCC-14 compare with GCC-13.2) of SH [...]
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/riscv-protos.h | 2 + gcc/config/riscv/riscv-vector-costs.cc | 3 + gcc/config/riscv/riscv.cc | 4 +- .../gcc.dg/vect/costmodel/riscv/rvv/pr113247-1.c | 195 +++++++++++++++++++++ .../gcc.dg/vect/costmodel/riscv/rvv/pr113247-2.c | 6 + .../gcc.dg/vect/costmodel/riscv/rvv/pr113247-3.c | 6 + .../gcc.dg/vect/costmodel/riscv/rvv/pr113247-4.c | 6 + .../gcc.target/riscv/rvv/autovec/vls/reduc-19.c | 2 +- .../gcc.target/riscv/rvv/autovec/vls/reduc-20.c | 2 +- .../gcc.target/riscv/rvv/autovec/vls/reduc-21.c | 2 +- 10 files changed, 224 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113247-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113247-2.c create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113247-3.c create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113247-4.c