From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 831A538432CC; Thu, 15 Dec 2022 17:24:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 831A538432CC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671125095; bh=mgVlwy0CFu2X5P+HyW9xJwaeRgJxcL4IdH5paDBdqTM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uFWv/sBxcF14VMs8yGzxlnC+GrNmi2yq06FcDuxTmhgHt972DHwdVGeHsfSydO+c1 pC6Z+tKqs6xWxwT905mlHHGqxs31eAHva4werX5Px1T2bdVTKrmPE356e7qCPj6Xlw OG9nlm4FnmGg3mkXB06Wq1Haj13oQVx34oFljFCA= From: "pinskia 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: Thu, 15 Dec 2022 17:24:55 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 --- Comment #2 from Andrew Pinski --- This might improve the build time of GCC ...=