This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e68ab0f1607 libstdc++: Update references to gcc.gnu.org/onlinedocs new 54b228d80c5 RISC-V: Add auto-vect pattern for vector rotate shift
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 | 16 ++++ .../rvv/autovec/{unop/ctz-1.c => binop/vrolr-1.c} | 5 +- .../gcc.target/riscv/rvv/autovec/binop/vrolr-run.c | 88 ++++++++++++++++++++++ .../riscv/rvv/autovec/binop/vrolr-template.h | 29 +++++++ 4 files changed, 136 insertions(+), 2 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/{unop/ctz-1.c => binop/vrolr-1.c} (52%) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vrolr-run.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vrolr-template.h