From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 02A3E3858D35; Mon, 29 Apr 2024 13:56:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 02A3E3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714399006; bh=C5F8pP+0er/EnHG+N7v/XskPZw7ZQrwdaGw1+wuI0IE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dH/YT2BlXJLMvj3/VMZ2dEyXpO7y62TOXFUhyumJ+ctpFShchjFxfIB4VmcUYf2+Y rU9EfTxwxL/6N9rxZGGZaLyLUy0afl8pXrRd7lA8LSqx9bs2AlubuLUxlYQdExP1j1 0SBAQyWLiVJR0zAJ/7F8XMIWrpEnKVxELokYomA4= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114801] [14/15 Regression] arm: ICE in find_cached_value, at rtx-vector-builder.cc:100 with MVE intrinsics Date: Mon, 29 Apr 2024 13:56:45 +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: jakub 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: 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=3D114801 --- Comment #21 from Jakub Jelinek --- I mean if you represent it incorrectly, there are very high changes that simplify-rtx.cc will screw this up, because it certainly doesn't understand what a MODE_VECTOR_BOOL mode with elements other than 0/1/-1 means.=