From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B6533858C54; Thu, 27 Apr 2023 02:54:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B6533858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682564087; bh=Bx8VV1Ii/Nt1wB7V7RKU9JWo1z2sYs3ZnZnz/oGfcrc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PhLphApUDVMXLi2/0XDMJsF/G6rmYmVWwKoJt0Z27BjAvPytFTAjf3EspCEmL2Zrf 4v1Ni7rXGW52Bs3B3vwfJa26FByv6rqLaKs+cjAMy8OM8aTErOqfwKwBYOWosd3PeK o1bGVAVXV5TZzO4thojgkJnzPMzsyjPFmpm5kz98= 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: Thu, 27 Apr 2023 02:54:45 +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, patch 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: attachments.isobsolete attachments.created 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #54821|0 |1 is obsolete| | --- Comment #30 from Andrew Pinski --- Created attachment 54930 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54930&action=3Dedit New set of patches Note this is a new set, It does not do the C++ify as I had done before. It = is missing some of the factor_out_* patches from the previous set; I am re-implementing that (the last patch in the series is the start of that).=