From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5DB993858D33; Fri, 29 Dec 2023 07:35:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DB993858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703835359; bh=o+aN/dKsDo0IwSOipgdCRLbpcDxvo+6fVh4yDW74NcQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=txMzAYGHWPQJByrla59FV6zSv8v8h3lwv71Z3Ak+xi3gl+2kJMN0wLwBVPb+TkoYV DkBIK12jL2iuVi9IUHfmP+ZXoW83P0rKtDJ3+lLBzo4p3uk95Y5XgDebGMd0g9K6Mn GGamlBhyMabPFEXbSqE1w9vr72awdy2XyauDqZtM= From: "haochen.jiang at intel dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113133] [14 Regression] ICE: SIGSEGV in mark_label_nuses(rtx_def*) (emit-rtl.cc:3896) with -O -fno-tree-ter -mavx512f -march=barcelona Date: Fri, 29 Dec 2023 07:35:58 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: haochen.jiang at intel dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ubizjak at gmail dot com 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=3D113133 --- Comment #7 from Haochen Jiang --- (In reply to Uro=C5=A1 Bizjak from comment #1) > Created attachment 56962 [details] > Proposed patch >=20 > Patch in testing. >=20 > lowpart_subreg can't handle: >=20 > lowpart_subreg (V4SFmode, operands[0], DFmode); >=20 > and >=20 > lowpart_subreg (V2DFmode, operands[0], SFmode); >=20 > subreg conversions and will return NULL_RTX for these cases. I suppose the patch here is ok at least from my initial test.=