From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0AA5C3858D3C; Mon, 22 Apr 2024 16:21:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0AA5C3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713802900; bh=e7MEbTydQvsVGpJkdKJIzcf6ImJl77xDbzTf99VwM/g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uu74YU44U41ut2U3t86Cv1yELVP+l0UEJC486fsVCNmT2QRVDEBBGSU/T1wTOtRZ3 cI9YzMgbp1yBsWkLRfAf6CDCbohYgcTw14I4tc+SSu4xVPSRgIhdq6dsz8Nz+cKvA1 1MdWQ9OvYyPb7w7TDljBneJEOBhexRm5+6DOxtGY= From: "clyon at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114801] [14 Regression] arm: ICE in find_cached_value, at rtx-vector-builder.cc:100 with MVE intrinsics Date: Mon, 22 Apr 2024 16:21:38 +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: clyon at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: clyon at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on bug_status 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=3D114801 Christophe Lyon changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-04-22 Status|UNCONFIRMED |ASSIGNED --- Comment #1 from Christophe Lyon --- The problem in function_expander::add_input_operand (arm-mve-builtins.cc) is that x =3D gen_lowpart (mode, x); does not work when x is a constant. Replacing 0xcccc with a variable in the testcase makes it compile OK.=