This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 20b7be61787 contrib/check-params-in-docs.py: Make compatible with params.texi new c3e3456007a RISC-V: Disable small memsets for xtheadvector [PR123910]. new 76053c32050 forwprop: Handle nop-conversion for maybe_ident. [PR123925] new ecc37444062 RISC-V: Allow vector modes for xtheadvector. [PR123971] new cca779f6b4c RISC-V: Fix xtheadvector ratio attribute. [PR123870]
The 4 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-string.cc | 14 +++++- gcc/config/riscv/riscv.cc | 2 - gcc/config/riscv/vector.md | 4 +- .../gcc.target/riscv/rvv/autovec/pr123910.c | 11 +++++ .../gcc.target/riscv/rvv/autovec/pr123925.c | 28 +++++++++++ .../riscv/rvv/xtheadvector/pr114194-rv32.c | 8 ++-- .../gcc.target/riscv/rvv/xtheadvector/pr123969.c | 19 ++++++++ .../gcc.target/riscv/rvv/xtheadvector/pr123971.c | 12 +++++ gcc/tree-ssa-forwprop.cc | 55 +++++++++++++--------- 9 files changed, 120 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr123910.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr123925.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr123969.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr123971.c