From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 91FD63858C33; Thu, 20 Jul 2023 08:42:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 91FD63858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689842544; bh=I6Gl2rAF9JhnnlVxPgdaURTWJDljo8kEQSnk1+iG9K8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BzOIeS4yHf6zLM/InGCrS4UHGN6mSIPkZN7cAc75vsVmp47agwRiF63+Yb6zC+/S0 V+JlMq527neFt69hH6vl8RBrrlzytxaF8v1HvmvtbTtI2m3TRLPj1N5QvALcZyTtA8 +iS1iS7RE4EcKQN52ENHLnzpXI1va6UMQFzev+cQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95083] x86 fp_movcc expansion depends on real_cst sharing Date: Thu, 20 Jul 2023 08:42:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: missed-optimization 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: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D95083 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #3 from Richard Biener --- Fixed with the fix for PR61747. Since min/max requires equal constants and they are now pushed to a common reg I'm not sure we need any such new patte= rns. Maybe with integer min/max.=