From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 69F913858404; Thu, 12 Oct 2023 18:00:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69F913858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697133637; bh=K5WKVL55iIw4ei96ChsbC9AqSCYVmBuIIMfYd4Bp61w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m4abA65LIxoCu1uJGX9uSitMwCj6xzwd8bVw/+nCt15gJzuL6gCz+6a/1pCCLRjg6 BGWEfPPQ7i1VF1+OOW1fQolJa3d2Q1h1wAGAnDf3nx1MivdC3G2/dCAIi0neQn+8JV lt+Ix4miq6XSwvLTVlap/5qMT0eTQ22POMzFo0aI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/27504] x && (x & y) not optimized to x & y Date: Thu, 12 Oct 2023 18:00:37 +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: assigned_to 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=3D27504 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot = gnu.org --- Comment #6 from Andrew Pinski --- Note also there are other bugs associated with similar ifcombine issue (bes= ides this one and PR 88280 ). I don't know if I will get to that part until next year though.=