From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E83D23858D33; Tue, 7 Nov 2023 22:08:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E83D23858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699394922; bh=PXdSFje0FVu76um8NIgTvEfxQhXcIkrFiJJriEKzyH0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pbof2TT9xbpuO/8B/kvQ8TIf9OFgbwyTabdelbUyOXf42Aj9c9ww073pwYRGooLC/ j01L2etgpDoId22JjlMXomDr9KE5yCGljAjMWJrhhLjm0KCy+wfZNcTL+oXfn5L6yp KoNz0pCMoFGcJYyhEzKYU5Pnt2txRVV1/CZUAOkw= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106694] Redundant move instructions in ARM SVE intrinsics use cases Date: Tue, 07 Nov 2023 22:08:42 +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: 13.0 X-Bugzilla-Keywords: missed-optimization, ra X-Bugzilla-Severity: enhancement X-Bugzilla-Who: juzhe.zhong at rivai dot ai X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rsandifo 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=3D106694 --- Comment #11 from JuzheZhong --- (In reply to Richard Sandiford from comment #10) > Some of the SME changes I'm working on fix this, but I'm not sure how wid= ely > we'll be able to use them on non-SME code. Assigning myself just in case. Hi, Richard. We are going to fix subreg issue by subreg liveness tracking on IRA/LRA. Hopefully today.=