From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9403C385773B; Fri, 5 May 2023 06:09:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9403C385773B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683266985; bh=WBg+P7SyiFlqQ2DK0gTdHCLRamp9xyWwHeYlJMd39G0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=J+7Ftox6sPD2NBt7AoT8m/Q2KBSa+sLBwZePJVGgS+6jRI9Y+Sbn08B/oasCzZdoY 83mKINgh9NJ53R18T1UektUlfC2sCir4Fu23wptJmrNBeta5KM9fg4Ri5JoqXVz2Vv 2rhwO4uznIQ/NVYWHMF/MolwFK7hXVTZHcAEMsy4= 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: Fri, 05 May 2023 06:09: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: 14.0 X-Bugzilla-Keywords: internal-improvement, missed-optimization X-Bugzilla-Severity: normal 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.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=3D109691 --- Comment #5 from Andrew Pinski --- Created attachment 55003 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55003&action=3Dedit Patch which is under testing including updates to the testsuite finally=