From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 307C33858D32; Mon, 8 May 2023 06:18:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 307C33858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683526730; bh=HKm8l6Gq7PMx3X7rx4tWEsj01zZiBn0kTfwGf6+zWTg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LhPr7D1b4zMwYZw3D1gFou39ph/yutelj3OANg/e7bT3ehhFmUAAq0H8jtdSuUwWZ 1x8mcEahOTuKJ/hAcnFG30ar+dtG5w1zcvyCkE/LYQAAnn2A4ubN762QlrSx17BRz9 +98lLO2a+KjeLIGNSknl99eINa1B0gdutA52RaQE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109691] Takes until forwprop2 to remove !a sometimes Date: Mon, 08 May 2023 06:18:50 +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: internal-improvement, missed-optimization, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone resolution 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=3D109691 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Target Milestone|--- |14.0 Resolution|--- |FIXED --- Comment #8 from Andrew Pinski --- Fixed.=