This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 857d763ed1b RISC-V: Fix local_eliminate_vsetvl_insn bug in VSETVL PASS[ [...] new 32c7f05f8bc tree-optimization/110381 - preserve SLP permutation with in [...] new 980666fbaf2 tree-optimization/110392 - ICE with predicate analysis new 0d20f9dbbd6 tree-optimization/110515 - wrong code with LIM + PRE new 45e950b542c tree-optimization/110556 - tail merging still pre-tuples
The 4 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/gimple-predicate-analysis.cc | 4 +- gcc/testsuite/g++.dg/opt/pr110515.C | 223 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr110556.c | 42 ++++++ gcc/testsuite/gcc.dg/vect/pr110381.c | 45 +++++++ gcc/tree-ssa-pre.cc | 1 + gcc/tree-ssa-tail-merge.cc | 22 +++- gcc/tree-vect-slp.cc | 18 ++- 7 files changed, 346 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr110515.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr110556.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr110381.c