This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 4e32d93b7b9 Daily bump. new b5e24772a34 RISC-V: Fix ternary instruction attribute bug new 6f0eb99c9bd RISC-V: Handle multi-lib path correclty for linux new 49d596e90de RISC-V: Suppress unused parameter warning in riscv-common.cc new 554aabc2678 RISC-V: Fix wrong select_kind in riscv_compute_multilib new 98fc9d38db9 RISC-V: Add local user vsetvl instruction elimination [PR109547]
The 5 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/common/config/riscv/riscv-common.cc | 122 ++++++++++++++------- gcc/config/riscv/elf.h | 2 +- gcc/config/riscv/linux.h | 2 + gcc/config/riscv/riscv-opts.h | 9 ++ gcc/config/riscv/riscv-vsetvl.cc | 71 +++++++++++- gcc/config/riscv/riscv-vsetvl.h | 1 + gcc/config/riscv/vector.md | 2 +- .../gcc.target/riscv/rvv/vsetvl/pr109547.c | 14 +++ .../gcc.target/riscv/rvv/vsetvl/vsetvl-17.c | 2 +- 9 files changed, 180 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/vsetvl/pr109547.c