From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CEB123858D3C; Mon, 24 Apr 2023 10:09:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CEB123858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682330956; bh=/UDeNoGt7fZmBw/HHi3qozKaz4ksvemM2mANoRZpxYM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LpkcIoVUkHPln7tKcvipm6Fej+RC6lzMohbuzLDwGDivFs+CES5/OVOp9JC3WpFA0 VRV1SjdK2iLzek/on3yvX5XnIK2CMAMPAHkS7ZdiTeCgWILPdbpDyYG1vt4DvutTtz YuAshtiercvXLRcg6HyFRPvQVRWRTZPA+/gPdefY= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109566] [13/14 Regression] powerpc: unrecognizable insn for -mcpu=e6500, -mcpu=power3, ..., -mcpu=power10 Date: Mon, 24 Apr 2023 10:09:16 +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: 13.0 X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 13.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=3D109566 --- Comment #10 from Jakub Jelinek --- Ah, but that actually isn't the problem, rather just useless clutter. The problem is that (jump_insn 10 7 32 2 (parallel [ (set (pc) (if_then_else (eq (and:DI (reg:DI 9 9 [121]) (const_int 2146435072 [0x7ff00000])) (const_int 0 [0])) (label_ref:SI 40) (pc))) (clobber (reg:DI 9 9 [125])) (clobber (reg:CC 100 0)) ]) "pr109566-3.c":6:6 229 {*branch_anddi3_dot} (int_list:REG_BR_PROB 708669604 (nil)) -> 40) is split into: (insn 43 7 44 2 (parallel [ (set (reg:CC 100 0) (compare:CC (and:DI (ashift:DI (reg:DI 9 9 [121]) (const_int 33 [0x21])) (const_int -9007199254740992 [0xffe0000000000000])) (const_int 0 [0]))) (clobber (reg:DI 9 9 [125])) ]) "pr109566-3.c":6:6 -1 (nil)) (jump_insn 44 43 32 2 (set (pc) (if_then_else (eq:CCEQ (reg:CC 100 0) (const_int 0 [0])) (label_ref 40) (pc))) "pr109566-3.c":6:6 -1 (int_list:REG_BR_PROB 708669604 (nil)) -> 40) and the first instruction isn't recognized.=