This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7df810d0d57 Break out profile updating code from gimple_duplicate_sese_region new 44f244e4672 RISC-V: Support COND_LEN_* patterns
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/autovec.md | 67 ++++++++++++++++++ gcc/config/riscv/riscv-protos.h | 2 + gcc/config/riscv/riscv-v.cc | 79 ++++++++++++++++++++++ gcc/config/riscv/riscv.cc | 21 ++++++ .../binop/{shift-scalar-run.c => vadd-run-nofm.c} | 4 +- .../riscv/rvv/autovec/binop/vadd-rv32gcv-nofm.c | 13 ++++ .../riscv/rvv/autovec/binop/vadd-rv64gcv-nofm.c | 13 ++++ .../binop/{shift-scalar-run.c => vdiv-run-nofm.c} | 4 +- .../riscv/rvv/autovec/binop/vdiv-rv32gcv-nofm.c | 12 ++++ .../riscv/rvv/autovec/binop/vdiv-rv32gcv.c | 11 ++- .../riscv/rvv/autovec/binop/vdiv-rv64gcv-nofm.c | 12 ++++ .../riscv/rvv/autovec/binop/vdiv-rv64gcv.c | 11 ++- .../binop/{shift-scalar-run.c => vmul-run-nofm.c} | 4 +- .../binop/{vmul-rv32gcv.c => vmul-rv32gcv-nofm.c} | 3 +- .../binop/{vmul-rv32gcv.c => vmul-rv64gcv-nofm.c} | 3 +- .../riscv/rvv/autovec/binop/vrem-rv32gcv.c | 10 ++- .../riscv/rvv/autovec/binop/vrem-rv64gcv.c | 10 ++- .../binop/{shift-scalar-run.c => vsub-run-nofm.c} | 4 +- .../binop/{vsub-rv32gcv.c => vsub-rv32gcv-nofm.c} | 3 +- .../binop/{vsub-rv32gcv.c => vsub-rv64gcv-nofm.c} | 3 +- 20 files changed, 253 insertions(+), 36 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{shift-scalar-run.c => vadd- [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vadd-rv32gcv-nofm.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vadd-rv64gcv-nofm.c copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{shift-scalar-run.c => vdiv- [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vdiv-rv32gcv-nofm.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vdiv-rv64gcv-nofm.c copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{shift-scalar-run.c => vmul- [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{vmul-rv32gcv.c => vmul-rv32 [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{vmul-rv32gcv.c => vmul-rv64 [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{shift-scalar-run.c => vsub- [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{vsub-rv32gcv.c => vsub-rv32 [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{vsub-rv32gcv.c => vsub-rv64 [...]