This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7232a131d7c testsuite: Add a test for [PR119156] new ef5f0e9c510 RISC-V: MIPS prefetch extensions for MIPS RV64 P8700 and ca [...]
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/constraints.md | 4 ++++ gcc/config/riscv/predicates.md | 20 ++++++++++++++++- gcc/config/riscv/riscv-ext-mips.def | 13 +++++++++++ gcc/config/riscv/riscv-ext.opt | 2 ++ gcc/config/riscv/riscv-protos.h | 2 ++ gcc/config/riscv/riscv.cc | 31 +++++++++++++++++++++++++++ gcc/config/riscv/riscv.h | 11 ++++++++++ gcc/config/riscv/riscv.md | 18 ++++++++++++---- gcc/doc/riscv-ext.texi | 4 ++++ gcc/testsuite/gcc.target/riscv/mipsprefetch.c | 31 +++++++++++++++++++++++++++ 10 files changed, 131 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/mipsprefetch.c