From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 50DBA3858D39; Thu, 28 Mar 2024 22:01:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 50DBA3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711663290; bh=V79ONNWMPWo0y8vmCCP78+jDxJ25hP6Kjb1Ov1leza0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xrrmlpj+kUXEQ1wflmN4j9+d+/0ZScAgA+mVd9we+8QTeIH9E66M65URPe/R6S4WS T8q3sdT4lRkumUwamG56v0QuaiHTlR/crnJwNhPN1OB9QlTuozhhJBxz2PrbrKbIG0 ePG0DIMnoihmhf+5WamnPXaxNAqwhR6h7pLEntgQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114513] [11/12/13/14 Regression] [aarch64] floating-point registers are used when GPRs are preferred Date: Thu, 28 Mar 2024 22:01:29 +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: 14.0 X-Bugzilla-Keywords: missed-optimization, ra 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: 11.5 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=3D114513 --- Comment #3 from Andrew Pinski --- Looks like r9-332-g43d0a8ee88460a added the ? there and caused the regressi= on I do think it should be ^ since the reload (spill) case should use w while normally it try both, w and r. But I could be wrong.=