This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/loop-unswitch-support-switches in repository gcc.
from 1990086f579 Merge remote-tracking branch 'origin/master' into unswitch new ef6f1e13561 Avoid ICE when removing a case sharing the edge with the de [...] new 74ccb990709 This fixes the execute FAIL of gfortran.fortran-torture/exe [...] new 399a970a9e2 Make sure to cost bb[0], work around unreachable predicates new 8d64734864d Properly only consider reachable BBs predicates new da159b3057a Another bogus range from .invert so don't use it.
The 5 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/testsuite/gcc.dg/loop-unswitch-17.c | 24 ++++ gcc/testsuite/gcc.dg/torture/20220518-1.c | 39 +++++ gcc/testsuite/gcc.dg/torture/20220518-2.c | 14 ++ gcc/tree-ssa-loop-unswitch.cc | 229 ++++++++++++++++-------------- 4 files changed, 202 insertions(+), 104 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/loop-unswitch-17.c create mode 100644 gcc/testsuite/gcc.dg/torture/20220518-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/20220518-2.c