This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ebffc840f50 mklog: fix bugs of --append option new 973eb0deb46 RISC-V: Fix error combine of pred_mov pattern
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/predicates.md | 5 ++ gcc/config/riscv/riscv-vector-builtins.cc | 9 +- gcc/config/riscv/vector.md | 98 ++++++++++++---------- gcc/testsuite/gcc.target/riscv/rvv/base/pr110943.c | 33 ++++++++ .../gcc.target/riscv/rvv/base/zvfhmin-intrinsic.c | 10 +-- 5 files changed, 106 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr110943.c