This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a13c4440949 Unify MULT_EXPR range operator new 55dcf277b5d RISC-V: Enable select_vl for RVV auto-vectorization new a53a83b63b4 RISC-V: Add test cases for RVV FP16 vreinterpret
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/autovec.md | 14 ++++++++ gcc/config/riscv/riscv-protos.h | 1 + gcc/config/riscv/riscv-v.cc | 12 +++++++ .../{ternop/ternop-4.c => partial/select_vl-1.c} | 16 ++++----- .../gcc.target/riscv/rvv/autovec/ternop/ternop-2.c | 2 +- .../gcc.target/riscv/rvv/autovec/ternop/ternop-5.c | 2 +- .../gcc.target/riscv/rvv/base/zvfh-over-zvfhmin.c | 14 +++++++- .../gcc.target/riscv/rvv/base/zvfhmin-intrinsic.c | 38 +++++++++++++++++++++- 8 files changed, 86 insertions(+), 13 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/{ternop/ternop-4.c => partial/sele [...]