This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 797334e9313 RISC-V: Support RVV VFMADD rounding mode intrinsic API new 9f9334921b7 match.pd: Implement missed optimization ((x ^ y) & z) | x - [...] new bcda361daae RISC-V: Support RVV VFNMADD rounding mode intrinsic API
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/riscv-vector-builtins-bases.cc | 25 +++++ gcc/config/riscv/riscv-vector-builtins-bases.h | 1 + .../riscv/riscv-vector-builtins-functions.def | 2 + gcc/match.pd | 12 +- gcc/testsuite/gcc.c-torture/execute/pr109938.c | 33 ++++++ gcc/testsuite/gcc.dg/tree-ssa/pr109938.c | 125 +++++++++++++++++++++ .../gcc.target/riscv/rvv/base/float-point-nmadd.c | 47 ++++++++ 7 files changed, 241 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr109938.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr109938.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/float-point-nmadd.c