From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 257F53864823; Mon, 19 Aug 2024 09:42:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 257F53864823 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1724060521; bh=yCWbj/kACJnQXXTSyL1AkeE7XKoQPeRTnw3NL6jTpLU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lrcjZCQwEKVpFoVqZLZoymWPLew6O8lPzDKVJimL1Ij4VWTvI/Qxro6lEMu19jTSm cp/kRWVURcGYSeCoPEquTgA+mZzgZ1Nf64MywoeI1dqS5J80qIceUU8CC6Wh+IXXOP FMVISCUa171fpcw3T/8V8OOJuorDlNNPRgW693gI= From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/116413] [LRA] [M68K] ICE: unrecognized insn in lra_set_insn_recog_data, at lra.cc:1036 Date: Mon, 19 Aug 2024 09:42:00 +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: 15.0 X-Bugzilla-Keywords: ice-on-valid-code, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D116413 --- Comment #3 from Andreas Schwab --- The issue is that LRA canonicalizes MULT to ASHIFT (outside of MEM), but m68k_decompose_index only recognizes MULT, so that *lea fails to match.=