From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4E3FA384CBA7; Fri, 15 Dec 2023 09:36:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E3FA384CBA7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702632970; bh=5WT4PuRUOSzZ/jGY9slhHiamn8bJDIrRwS0li/3y+Os=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GTThUY+5YBI/Jol0OXZMVK39crTCuFhY+23IHOMICfFPxtitr9z6+mIlZr0uq2NWG QRMWHz2KWa1N0s7J5GFs1frekLMwY2pJHEb66znCyD7j7JMcwSPXTZTi6pBVTmnYe9 WNuoZv3cmW2Pt9kZUdIICN3Y0TUidqOwpIof0RnE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112906] [14 Regression] aarch64: ICE with SVE ACLE code at -O2 since r14-3981-g0f1f6cf87 Date: Fri, 15 Dec 2023 09:36:10 +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: ice-on-valid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: acoplan at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112906 --- Comment #6 from GCC Commits --- The master branch has been updated by Alex Coplan : https://gcc.gnu.org/g:ef9754dfdf18a89de3da23c4f23365f4c2611367 commit r14-6583-gef9754dfdf18a89de3da23c4f23365f4c2611367 Author: Alex Coplan Date: Fri Dec 15 09:32:42 2023 +0000 aarch64: Handle autoinc addresses in ld1rq splitter [PR112906] This patch uses the new force_reload_address routine added by the previous patch to fix PR112906. gcc/ChangeLog: PR target/112906 * config/aarch64/aarch64-sve.md (@aarch64_vec_duplicate_vq_le): Use force_reload_address to reload addresses that aren't suitab= le for ld1rq in the pre-RA splitter. gcc/testsuite/ChangeLog: PR target/112906 * gcc.target/aarch64/sve/acle/general/pr112906.c: New test.=