This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4b62bd519a8 RISC-V: testsuite: Fix vx_vf_*run-1-f16.c run tests. new f796f819c35 RISC-V: Rework broadcast handling [PR121073].
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/autovec-opt.md | 3 +- gcc/config/riscv/autovec.md | 7 +- gcc/config/riscv/predicates.md | 13 + gcc/config/riscv/riscv-protos.h | 4 + gcc/config/riscv/riscv-string.cc | 6 +- gcc/config/riscv/riscv-v.cc | 221 +++++++++--- gcc/config/riscv/riscv-vector-builtins-bases.cc | 3 +- gcc/config/riscv/riscv-vector-builtins.cc | 41 ++- gcc/config/riscv/riscv-vector-builtins.h | 1 + gcc/config/riscv/vector.md | 380 ++++++++++++--------- .../riscv/rvv/autovec/vls-vlmax/repeat-6.c | 2 +- .../gcc.target/riscv/rvv/base/scalar_move-5.c | 6 +- .../gcc.target/riscv/rvv/base/scalar_move-6.c | 4 +- .../gcc.target/riscv/rvv/base/scalar_move-7.c | 6 +- .../gcc.target/riscv/rvv/base/scalar_move-8.c | 5 +- .../gcc.target/riscv/rvv/base/scalar_move-9.c | 1 - gcc/testsuite/gcc.target/riscv/rvv/pr121073.c | 12 + 17 files changed, 465 insertions(+), 250 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/pr121073.c