This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 31c70a7daa3 Makefile.in: clean up match.pd-related dependencies new 17d683d4d3d RISC-V: Handle multi-lib path correclty for linux new bf839c154d6 RISC-V: Fix ugly && incorrect codes of RVV auto-vectorization
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/common/config/riscv/riscv-common.cc | 128 ++++++++++++++------- gcc/config/riscv/autovec.md | 11 ++ gcc/config/riscv/elf.h | 2 +- gcc/config/riscv/linux.h | 2 + gcc/config/riscv/riscv-opts.h | 9 ++ gcc/config/riscv/riscv-protos.h | 5 +- gcc/config/riscv/riscv-v.cc | 36 +----- gcc/config/riscv/riscv-vector-builtins.cc | 4 +- gcc/config/riscv/riscv-vector-builtins.h | 3 - gcc/config/riscv/riscv.cc | 3 +- .../gcc.target/riscv/rvv/autovec/fixed-vlmax-1.c | 4 +- 11 files changed, 119 insertions(+), 88 deletions(-)