This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0c305f3dec9 libstdc++: Fix exception thrown by std::shared_lock::unlock [...] new e37bc2cf006 RISC-V: Add AVL propagation PASS for RVV auto-vectorization new 446efa52a8c RISC-V: Move lmul calculation into macro
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/config.gcc | 2 +- gcc/config/riscv/riscv-avlprop.cc | 419 +++++++++++++++++++++ gcc/config/riscv/riscv-opts.h | 4 + gcc/config/riscv/riscv-passes.def | 1 + gcc/config/riscv/riscv-protos.h | 1 + gcc/config/riscv/riscv-v.cc | 17 +- gcc/config/riscv/t-riscv | 6 + .../vect/costmodel/riscv/rvv/dynamic-lmul4-5.c | 2 +- .../vect/costmodel/riscv/rvv/dynamic-lmul8-2.c | 2 +- .../riscv/rvv/autovec/partial/select_vl-2.c | 5 +- .../gcc.target/riscv/rvv/autovec/pr111318.c | 16 + .../gcc.target/riscv/rvv/autovec/pr111888.c | 33 ++ .../riscv/rvv/autovec/ternop/ternop_nofm-2.c | 1 - 13 files changed, 493 insertions(+), 16 deletions(-) create mode 100644 gcc/config/riscv/riscv-avlprop.cc create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr111318.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr111888.c