From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 147AB3858C31; Thu, 28 Mar 2024 06:23:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 147AB3858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711606997; bh=1zeXuByWY5sPcGraNZhz1Z3MEnQLzVXsnbKeO1QldNQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vTaUM8cHiRJ74n6VVLX3D6mqL08Ggs5Fi5cB3gYawMjtJ30FUlX9dU4DC1WGDtBDH XGUcjtQidou/6bFsOhqHnDEF7oWs4aWGwh4J86Fs8Hg7yCp0C006Db/aTUg65jTPGF pHl0J77Iew0OJ173VRu9deDOYUumPoa7aZee8pwI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/49421] [arm] suboptimal choice of working regs Date: Thu, 28 Mar 2024 06:23:16 +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: 4.6.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia 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 cf_known_to_work 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=3D49421 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Known to work| |5.4.0 --- Comment #2 from Andrew Pinski --- Fixed since at least GCC 5. lr is the only thing pushed/poped: str lr, [sp, #-4]! ... ldr pc, [sp], #4 .L7: mov r0, #1 ldr pc, [sp], #4=