This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df80ca2d95a internal-fn: Fix bug of BIAS argument index new d42d199e9ea RISC-V: Enable len_mask{load, store} and remove len_{load, store} new b23ec2de3b9 RISC-V: fix expand function of vlmul_ext RVV intrinsic new 9326a49c9e9 RISC-V: Optimize VSETVL codegen of SELECT_VL with LEN_MASK_ [...]
The 3 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 | 22 ++--- gcc/config/riscv/predicates.md | 7 ++ gcc/config/riscv/riscv-protos.h | 2 + gcc/config/riscv/riscv-v.cc | 78 +++++++++++++++ gcc/config/riscv/riscv-vector-builtins-bases.cc | 2 +- gcc/config/riscv/riscv-vector-builtins.cc | 1 + gcc/config/riscv/riscv-vsetvl.cc | 48 ++++++++- gcc/config/riscv/riscv-vsetvl.h | 2 + gcc/config/riscv/vector.md | 10 +- .../riscv/rvv/autovec/partial/select_vl-1.c | 5 +- .../riscv/rvv/autovec/partial/select_vl-2.c | 25 +++++ .../riscv/rvv/autovec/partial/single_rgroup-2.c | 8 ++ .../riscv/rvv/autovec/partial/single_rgroup-2.h | 44 +++++++++ .../riscv/rvv/autovec/partial/single_rgroup-3.c | 8 ++ .../{single_rgroup-1.h => single_rgroup-3.h} | 107 +++++++++++++++------ .../rvv/autovec/partial/single_rgroup_run-2.c | 10 ++ ...ltiple_rgroup_run-2.c => single_rgroup_run-3.c} | 9 +- .../gcc.target/riscv/rvv/base/vlmul_ext-2.c | 8 ++ 18 files changed, 341 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/select_vl-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/single_rgroup-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/single_rgroup-2.h create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/single_rgroup-3.c copy gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/{single_rgroup-1.h => sing [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/single_rgrou [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/{multiple_rgroup_run-2.c = [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/vlmul_ext-2.c