From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B412384AB51; Fri, 19 Apr 2024 01:23:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B412384AB51 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713489810; bh=tmFPA5XYkZhrnK4z1UhNmLIYhmTMCtkhOUHq4HbHTUM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DBRL9bL6HWNkLwVQ0nRDxfeeUon5Y17V5L7HXGOeTBskcxJ2wdVb8F8j8kbAddZMj FFsfhq/ZgS67gVGG5iHe3nhpORSZJv8ONhNZV8hXFQwghE398gpqSCIGP3QIIBzqw5 6LXAYQ1iJ6TsevZBneWNXp5h47RFPef3VBJSKXYA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses match Date: Fri, 19 Apr 2024 01:23:24 +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: 4.2.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D25290 --- Comment #33 from Andrew Pinski --- (In reply to Marc Glisse from comment #6) > I assume it would help with this? Note that was fixed outside of phiopt in GCC 11 by r11-6609-g13d47c37a2c043= (PR 95731).=