From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B47D33858436; Fri, 4 Aug 2023 17:26:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B47D33858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691170007; bh=Ia0AHCWvINK1eZcZt5Fu0gYuZRRgLukktJIMfKBR46E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SzKm3ZnwPBP9zMa4DWWVizRBucVdJEOjqqpVHoTIollZxJzQ8sjkGleoU7nnAma8y uN94ibMCEM4w5nwh0A5SlKDbKK4VdWPUtdBozffCP+x0MW5BZvjlPuZoMLGCcSSNbv E+wgo4rhONV2VAmS2vG1MOTtH52e9lx9b/qygcro= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95084] [11/12/13/14 Regression] code sinking prevents if-conversion Date: Fri, 04 Aug 2023 17:26:46 +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: 11.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D95084 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #6 from Andrew Pinski --- This was fixed by the patch which fixed PR 92335 and since that is still op= en as a regression like this one I am going to close this one as a dup of bug 92335 and they are exactly the same issue even. *** This bug has been marked as a duplicate of bug 92335 ***=