This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eb84e8d3e27 Daily bump. new 97c1f176278 RISC-V: Fix indent new 4a0a8dc1b88 RISC-V: Fix bug of earliest fusion for infinite loop[VSETVL PASS]
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/riscv-vsetvl.cc | 43 ++++++++++++++++++---- gcc/config/riscv/t-riscv | 2 +- gcc/config/riscv/vector.md | 10 ++--- .../gcc.target/riscv/rvv/autovec/pr113206-1.c | 29 +++++++++++++++ .../gcc.target/riscv/rvv/autovec/pr113206-2.c | 29 +++++++++++++++ .../gcc.target/riscv/rvv/autovec/pr113209.c | 34 +++++++++++++++++ .../gcc.target/riscv/rvv/vsetvl/avl_single-23.c | 1 - .../gcc.target/riscv/rvv/vsetvl/vlmax_call-1.c | 15 ++++---- .../gcc.target/riscv/rvv/vsetvl/vlmax_call-2.c | 12 +++--- .../gcc.target/riscv/rvv/vsetvl/vlmax_call-3.c | 12 +++--- .../gcc.target/riscv/rvv/vsetvl/vlmax_conflict-5.c | 5 +-- .../riscv/rvv/vsetvl/vlmax_single_vtype-1.c | 14 +++---- .../riscv/rvv/vsetvl/vlmax_single_vtype-2.c | 6 +-- .../riscv/rvv/vsetvl/vlmax_single_vtype-3.c | 6 +-- .../riscv/rvv/vsetvl/vlmax_single_vtype-4.c | 4 +- .../riscv/rvv/vsetvl/vlmax_single_vtype-5.c | 4 +- 16 files changed, 171 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr113206-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr113206-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr113209.c