From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 93F553858D1E; Sat, 3 Jun 2023 22:18:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93F553858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685830697; bh=ajw8EJG+evmH0XgrUEcWucbkuA9Y0LFBVDLgsVVQUmI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IRL6iZ3uZLvpmItsldFHbU3E6UWyvRX7Qpw1TsIs+WsYIViatKILJVd5wV6dtkM9g 8Y2Scg3cqhkF90itM/o4s2C/dywFfRDCRGWcZYlSkfjMzUjhA6KGhWWCx6qci3JYgX bx3xR4o1187n/a9jEtbHfiYXKbrW2GyGH5b6eE3s= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/58517] ifcvt (after combine) puts ccreg clobbering insn between ccset insn and ccreg use Date: Sat, 03 Jun 2023 22:18:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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=3D58517 --- Comment #16 from Andrew Pinski --- Now I am curious if T_REG should be BImode rather than SImode ... Then ifcv= t.cc would not have to be modified. I Know BImode is newer than when sh target w= as added but maybe if someone cares about the sh target could try to modify the backend to use BImode for T_REG here.=