From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A9E52384AB5F; Wed, 24 Apr 2024 06:28:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9E52384AB5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713940108; bh=klCrQLb9uJF6gthnPtgzY7jqflSOhYV7rUJfOodEhc0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xF8kJMGGR5vp/SMJXTM9Up1dRT8v9cXsa9g+S+TVPZNQN1L/MZnsH8Lfkv2Kg/Cd8 N8+7ipE9oYMoqgihFq1UcXtqDwI3cfQlUVl/Z7Xv4k3n0uRF3B5oovAkvobVj5RQSo Q2EjV5iGbx/sgDhu1ah7wRtl9lvLDD130Itl0heQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/98477] aarch64: Unnecessary GPR -> FPR moves for conditional select Date: Wed, 24 Apr 2024 06:28:27 +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: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D98477 --- Comment #9 from Andrew Pinski --- Created attachment 58022 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58022&action=3Dedit Patch which I tested I still need to add the testcases and finish up the commit message and changelogs. I will do that tomorrow. Posting this here tonight so I don't l= ose the patch.=