This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c00b6fef46c ifcvt: Fix comments new 073849da3df DSE: Fix ICE when the mode with access_size don't exist on [...] new fcbbf158ee9 RISC-V: Support FP roundeven auto-vectorization
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.md | 10 ++++ gcc/config/riscv/riscv-protos.h | 5 ++ gcc/config/riscv/riscv-v.cc | 24 ++++++++++ gcc/dse.cc | 3 +- .../unop/{math-floor-0.c => math-roundeven-0.c} | 6 +-- .../unop/{math-floor-1.c => math-roundeven-1.c} | 6 +-- .../unop/{math-round-2.c => math-roundeven-2.c} | 6 +-- .../unop/{math-floor-3.c => math-roundeven-3.c} | 6 +-- .../riscv/rvv/autovec/vls/math-roundeven-1.c | 56 ++++++++++++++++++++++ 9 files changed, 109 insertions(+), 13 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-floor-0.c => math-round [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-floor-1.c => math-round [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-round-2.c => math-round [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-floor-3.c => math-round [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/math-roundeven-1.c