From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56B3D385352A; Fri, 27 Oct 2023 14:29:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56B3D385352A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698416971; bh=UFJhsmm0ITtPaggPNVUDOsggYa+APaWlzrQloRzdoqM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=l03ELIcB3BnhJvFg2N1OeMBWZy+O+aV1H2iyxZRIQg+e+aKraPPOoLMxxfCZyfadS Ee9dTPtjOczBHIQIfeCXobHG6Hj5THwZ8PiSLmmXX8BAuOV6SywsSqyHSmZz/AdQRY TmdQvKf71U7fTjG3XuUhKecyUJgUkvyRXv6yTKSE= From: "tnfchris at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111950] [14 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.cc:250 since r14-4786-gd118738e71c Date: Fri, 27 Oct 2023 14:29:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: tnfchris at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111950 --- Comment #3 from Tamar Christina --- (In reply to Richard Biener from comment #2) > For the epilog LC-SSA we lack the correct SSA name for the skip edge: >=20 >=20 > [local count: 16140304]: > # prephitmp_78 =3D PHI > # c_I_lsm.18_79 =3D PHI > # iftmp.0_80 =3D PHI >=20 FWIW I just fixed a similar bug in my early break rebasing branch. I can check if it fixes this one too.=