From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D59C93858C98; Sat, 16 Dec 2023 18:32:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D59C93858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702751573; bh=7wvFWmeg+wYGV2vZaZeVtpjCp12PDDb8pTD3dpmPyCU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lVy0H7fr4vACo1243TSTUB6SnIOVNrf9bJbK6H3+QZi+1DWVq9Bx6B04ttc57GtTM 5040nRL/7/T5TuceL87cz0PBf81epbVPT69jaysPGX2AtZECr2DOPhp7BK0WtenofL +y+KFIVj++KUwrceevR/n3yyzNXpdputo5VTFraQ= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113033] GCC 14 (20231203 snapshot) ICE when building LSX vector rotate code on LoongArch Date: Sat, 16 Dec 2023 18:32:53 +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: xry111 at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D113033 --- Comment #3 from Xi Ruoyao --- (define_expand "vec_init" [(match_operand:LSX 0 "register_operand") (match_operand:LSX 1 "")]=20 "ISA_HAS_LSX" { loongarch_expand_vector_init (operands[0], operands[1]); DONE; }) We need to add a predicate for operand 1...=