From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1AD123858C5F; Mon, 18 Mar 2024 23:11:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1AD123858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710803500; bh=nMn+8BydX3xwa02C1qvsjpaK9cCmEnLPFGL7tYipqcU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jDuv+haXErlNcAdwTtW8+wqKHJHN4MHVEF3YWP1WDgHGTcbrV+mAges1aYF/Q05kB X0QuksdCCHnBo9hLiVXbpmiav/RKY3TPeYGdTIP5Bi59ZTABIRZvZpUbFvj405mY5n AJ06HFfP5lHWRqxK/lYmWm/K+BV4UwJa0yBhko44= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112787] Codegen regression of large GCC vector extensions when enabling SVE Date: Mon, 18 Mar 2024 23:11:39 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: avieira 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=3D112787 --- Comment #9 from Andrew Pinski --- (In reply to Andrew Pinski from comment #8) > (In reply to Eric Botcazou from comment #7) > > This has introduced regressions on the 12 and 13 branches for x86-64/Li= nux: > >=20 > > FAIL: g++.dg/opt/pr91838.C -std=3Dc++14 scan-assembler > > pxor\\\\s+%xmm0,\\\\s+%xmm0 > > FAIL: g++.dg/opt/pr91838.C -std=3Dc++17 scan-assembler > > pxor\\\\s+%xmm0,\\\\s+%xmm0 > > FAIL: g++.dg/opt/pr91838.C -std=3Dc++20 scan-assembler > > pxor\\\\s+%xmm0,\\\\s+%xmm0 > >=20 > > https://gcc.gnu.org/pipermail/gcc-testresults/2024-March/809244.html >=20 > The IR looks like: > _4 =3D BIT_FIELD_REF ; > _5 =3D _4 >> 8; >=20 > Well that is "undefined" in the IR. > That requires r14-2821-gd1c072a1c3411a6fe29900750b38210af8451eeb and > r14-2985-g04aa0edcace22a to be backported too. > I guess this testcase should just be xfailed on the GCC 13 and 12 branches > even. Also note bug 91838 comment #17 specifically talks about this could happen even.=