From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 655663858C3A; Fri, 13 Oct 2023 05:02:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 655663858C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697173334; bh=L1coxXV9ojeKjwzok+nfIh/v/AoHNl9svAoEoS+8+FA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=umAYoe/fl/Ic9/Pe4EYwG87asRtpur/mg2OknDd36jgcXOH0pvDngOJ4BVHn4SMR/ pDf2Hrnt9v83wgPNgJqtZktIfIpCRoJH7A0j1bF5mdEyIy+/8OjVFuaRokTrpUX5vW byciVQo/swxmJqtWzcF3HMUxhlYqwQZLnGxOsp+Q= From: "olegendo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/54089] [SH] Refactor shift patterns Date: Fri, 13 Oct 2023 05:02:12 +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: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: olegendo at gcc dot gnu.org 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 #103 from Oleg Endo --- (In reply to Alexander Klepikov from comment #102) > Created attachment 55543 [details] > Arithmetic right shift late expanding v2 >=20 > Here's the patch. I hope I did not miss anything. >=20 Sorry, I've been busy with other things. I think your patch is OK, but I wanted to test it in more detail before committing it.=