This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3f99b709c87 testsuite: Fix vect_cond_arith_* dump checks for RVV. new 1543f3e331b RISC-V Regression test: Fix FAIL of pr45752.c for RVV new 841668aa02a RISC-V: Refine bswap16 auto vectorization code gen new 11b8cf1685b tree-optimization/111715 - improve TBAA for access paths with pun
The 3 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/alias.cc | 17 +++- gcc/config/riscv/riscv-v.cc | 91 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-102.c | 32 ++++++++ gcc/testsuite/gcc.dg/vect/pr45752.c | 2 +- .../gcc.target/riscv/rvv/autovec/unop/bswap16-0.c | 17 ++++ .../riscv/rvv/autovec/unop/bswap16-run-0.c | 44 +++++++++++ .../autovec/vls/{cond_convert-12.c => bswap16-0.c} | 32 ++++---- .../gcc.target/riscv/rvv/autovec/vls/perm-4.c | 4 +- 8 files changed, 218 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-102.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/bswap16-0.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/bswap16-run-0.c copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{cond_convert-12.c => bswap16- [...]