From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D091B3858280; Tue, 6 Jun 2023 19:07:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D091B3858280 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686078424; bh=3jkdTLdaE9wH30SVcdidxfH1/YAJrdt++BUxpMFuFG0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Aak34CHacHqp+iJfcCeJgL/QGaxHx1IN14MsFJg5Ye9CXeY5EnUayzg0mqncFI3S2 MOi1fAPaa4BruZDO/ZwL/lT0gdLc8kCT3e7+ENtX81sdrd2NmEHXQVLlZB5FFzLpis smNUQ/46b7l1ENXL9XUUC10jdtLWcnUTKbQ1qShA= From: "klepikov.alex+bugs at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/54089] [SH] Refactor shift patterns Date: Tue, 06 Jun 2023 19:07:03 +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: 4.8.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: klepikov.alex+bugs at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: olegendo 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=3D54089 --- Comment #66 from Alexander Klepikov --- (In reply to Alexander Klepikov from comment #65) > > I'm thinking of something else. >=20 > During kernel compile I got few internal errors in different passes. That > is, additional loop optimization pass patch is no good at all. I am sorry, I am, as always, panicking ahead of time. I think I found what's wrong and do additional tests.=