From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7526C3858CDB; Mon, 18 Mar 2024 23:06:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7526C3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710803204; bh=ErhbH1u/jtOB2IRl53OXFviVTFXyPUEgNTxQZkJ9Fms=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FIZVBEt4b2/GFCqyNL18xeHNu6UVrCerEFQLjiizOlXHceozQCqgfBC3YclZDDTd3 ntBkmoG1aXI6I3X00ciY/qjOrY0Uzp3pg4DG3HFadP8EQDtpYEv1qPDXtWsh7/C6BQ w+DuvTeuqfkf29a7shPnCq08ByErLzY/EyyQ5KQA= 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:06:44 +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: see_also 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D91838 --- Comment #8 from Andrew Pinski --- (In reply to Eric Botcazou from comment #7) > This has introduced regressions on the 12 and 13 branches for x86-64/Linu= x: >=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 The IR looks like: _4 =3D BIT_FIELD_REF ; _5 =3D _4 >> 8; 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.=