This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 99e47791a90 RISC-V: Support VLS shift vectorization new 8f4d2a4c984 RISC-V: Support neg VLS auto-vectorization
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-vls.md | 21 ++++++++ gcc/config/riscv/vector.md | 10 ++-- .../gcc.target/riscv/rvv/autovec/vls/def.h | 8 +++ .../gcc.target/riscv/rvv/autovec/vls/neg-1.c | 57 ++++++++++++++++++++++ 4 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/neg-1.c