From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFA12385735E; Tue, 28 Mar 2023 11:35:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFA12385735E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680003346; bh=c4mWcQ73DUa3K3birzkQ8N6nf/zZN38C2i8M0MZ4R+g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OP1WvEQM3U864agN6pxb0uva2hIk06benNrwAGIuTkVRHWi4sAEtSg/CqCMPzgOAT BHVzMmxhgVMsRI0yKpRYMy97OPUXJHtxsf8OncrsRHN66e8VT0w6EHS0BLjcdG+pI0 ksvSlEQFzW96+nJAYDYetM1O5APUkGkZ+NNbKgDQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108129] nop_atomic_bit_test_and_p is too bloated Date: Tue, 28 Mar 2023 11:35:46 +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: 13.0 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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=3D108129 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Richard Biener --- I think we can consider this one fixed. (it's still 2% of gimple-match.cc)=