This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b278d3080ef More profile updating clenaups new 21c2815605f RISC-V: Support RVV VFWADD rounding mode intrinsic API new 7ff1d1b156c PHIOPT: Mark the conditional lhs and rhs as to look at to s [...] new 2bae476b511 Move `~X & X` and `~X | X` over to use bitwise_inverted_equal_p new ee20be8325f Slightly improve bitwise_inverted_equal_p comparisons
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-vector-builtins-bases.cc | 37 ++++++++++++ gcc/config/riscv/riscv-vector-builtins-bases.h | 1 + .../riscv/riscv-vector-builtins-functions.def | 4 ++ gcc/config/riscv/riscv-vector-builtins-shapes.cc | 66 ++++++++++++++++++---- gcc/config/riscv/riscv-vector-builtins-shapes.h | 1 + gcc/config/riscv/vector.md | 2 +- gcc/gimple-match-head.cc | 8 +-- gcc/match.pd | 28 ++------- .../riscv/rvv/base/float-point-widening-add.c | 66 ++++++++++++++++++++++ gcc/tree-ssa-phiopt.cc | 21 +++++-- 10 files changed, 190 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/float-point-widening-add.c