This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from be81c5c01c2 c++/modules: Support re-streaming TU_LOCAL_ENTITYs [PR120412] new 5aec85a5f49 RISC-V: Avoid vaaddu.vx combine pattern pollute VXRM csr new 198653e1cc4 RISC-V: Add test case for vx combine polluting VXRM
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-opt.md | 28 +++++--- gcc/config/riscv/riscv-protos.h | 12 +++- gcc/config/riscv/riscv-v.cc | 79 +++++++++++++++++++++- gcc/config/riscv/vector-iterators.md | 16 +++++ .../riscv/rvv/autovec/vx_vf/vx-fixed-vxrm-1-u16.c | 23 +++++++ .../riscv/rvv/autovec/vx_vf/vx-fixed-vxrm-1-u32.c | 23 +++++++ .../riscv/rvv/autovec/vx_vf/vx-fixed-vxrm-1-u64.c | 23 +++++++ .../riscv/rvv/autovec/vx_vf/vx-fixed-vxrm-1-u8.c | 23 +++++++ .../riscv/rvv/autovec/vx_vf/vx-fixed-vxrm.h | 28 ++++++++ 9 files changed, 242 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx-fixed-vxrm-1-u16.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx-fixed-vxrm-1-u32.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx-fixed-vxrm-1-u64.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx-fixed-vxrm-1-u8.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vx-fixed-vxrm.h