This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 63f3c0f1b59 RISC-V: Remove FP run test for ceil. new 83441e75673 RISC-V: Suport FP floor auto-vectorization new 648347be1fd RISC-V: Add VLS unary combine patterns
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-opt.md | 30 +++++------- gcc/config/riscv/autovec.md | 11 +++++ gcc/config/riscv/riscv-protos.h | 5 ++ gcc/config/riscv/riscv-v.cc | 35 +++++++++++++- .../autovec/unop/{math-ceil-0.c => math-floor-0.c} | 6 +-- .../autovec/unop/{math-ceil-1.c => math-floor-1.c} | 6 +-- .../autovec/unop/{math-ceil-2.c => math-floor-2.c} | 6 +-- .../autovec/unop/{math-ceil-3.c => math-floor-3.c} | 6 +-- .../riscv/rvv/autovec/unop/math-floor-run-1.c | 39 +++++++++++++++ .../riscv/rvv/autovec/unop/math-floor-run-2.c | 39 +++++++++++++++ .../gcc.target/riscv/rvv/autovec/vls/cond_abs-1.c | 50 +++++++++++++++++++ .../gcc.target/riscv/rvv/autovec/vls/cond_sqrt-1.c | 50 +++++++++++++++++++ .../riscv/rvv/autovec/vls/math-floor-1.c | 56 ++++++++++++++++++++++ 13 files changed, 308 insertions(+), 31 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-ceil-0.c => math-floor- [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-ceil-1.c => math-floor- [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-ceil-2.c => math-floor- [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-ceil-3.c => math-floor- [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-floor-run-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-floor-run-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/cond_abs-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/cond_sqrt-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/math-floor-1.c