From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A8D393858D28; Wed, 12 Apr 2023 10:48:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8D393858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681296508; bh=31/If5RS6iw+rb0dZEkfEfJJzts3mSe7FDNOVT3qrTw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dZo/JWRqam4fWymjDKHuyir56ugr2auh4+1U/+aMNSU+ruUoRQb914xNZomcK022m ysIPhULvTMe6a1AgckvkLKAQc2WYTVErj+vYQabK0v4jOIlsOsBy4KXUW/y8mSW+1t 3s4qiNDCe1W5X0+Aq058j9xvgmQH0nYuTvOmX1j8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109483] Unoptimal uncprop with assembler flag output Date: Wed, 12 Apr 2023 10:48:28 +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: inline-asm, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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=3D109483 --- Comment #3 from Richard Biener --- Oh, the uncprop pass is gated with flag_tree_dom, so -fno-tree-dominator-op= ts also "fixes" this.=