This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4abcc5009c1 RISC-V: Part-3: Output .variant_cc directive for vector function new 9ee40b9a7be RISC-V: Keep vlmax vector operators in simple form until sp [...]
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-opt.md | 294 ++++++++++++++------- gcc/config/riscv/autovec.md | 82 ++++-- .../gcc.target/riscv/rvv/autovec/pr111232.c | 18 ++ .../gcc.target/riscv/rvv/autovec/widen/widen-4.c | 7 +- .../riscv/rvv/autovec/widen/widen-complicate-4.c | 11 +- 5 files changed, 276 insertions(+), 136 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr111232.c