From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 414A4385E827; Tue, 2 Apr 2024 20:24:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 414A4385E827 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712089480; bh=VbgM2wLSjZ565bQgw2EI3ajJCHZRYVJvdENqW5QYn1A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i5oSYveFmieI2d5tC2H97w5dg0p9MDJU2elAsuAMgeIpNCahoXervfrlNkk6bFW9m nXTtMdpdhFxPk1T9Ha0aaEozk+pCdrjacNb0vizFIDzJdel7QU0BqoRC+nkOiCUG0I RQimPKShsErgua6iF5FDlBn+xsiSaH/+KrYzpFyk= From: "ewlu at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/114515] [14 Regression] Failure to use aarch64 lane forms after PR101523 Date: Tue, 02 Apr 2024 20:24:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: missed-optimization, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: ewlu at rivosinc dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned 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=3D114515 --- Comment #8 from Edwin Lu --- (In reply to Robin Dapp from comment #7) > There is some riscv fallout as well. Edwin has the details. I haven't done an in depth analysis but the full list of new riscv scan-dump failures can be found here: https://github.com/patrick-rivos/gcc-postcommit-ci/issues/694=