https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96349

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:2b2f3867c09c8977268b8ffbd646ac242188b335

commit r11-2402-g2b2f3867c09c8977268b8ffbd646ac242188b335
Author: Richard Biener <rguent...@suse.de>
Date:   Tue Jul 28 09:45:52 2020 +0200

    tree-optimization/96349 - avoid abnormal coalescing issues in loop split

    This avoids splitting a loop when the entry value of a loop PHI is
    involved with abnormal coalescing.

    2020-07-28  Richard Biener  <rguent...@suse.de>

            PR tree-optimization/96349
            * tree-ssa-loop-split.c (stmt_semi_invariant_p_1): When the
            condition runs into a loop PHI with an abnormal entry value give
up.

            * gcc.dg/torture/pr96349.c: New testcase.

Reply via email to