From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3FC9C3858C5F; Tue, 6 Jun 2023 12:55:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3FC9C3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686056147; bh=dAMTrdi/a88NkqBnTE3ymedyR+ITAwok0iR1Y22fL0M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qZoZUWv/18CZuFzhcSbDzdi85Q8o760ymwfUXRhQkw10AyMjbJGDRB/5OJF2AiL3h EoXLJ+OjUX+wvHk44Q+B4N19vsq8rlZf3VS6d/PsduZVKHDkaw2ysZYDv3Jkx85OKe Ps25x8Ar8U8bhsOrU36F82M/RI+udg8XdYCGYjMM= 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 12:55:47 +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 #64 from Alexander Klepikov --- > We have to consider that SH is also a linux target and it's also used to > build larger applications (and GCC itself ...). It'd be good to not regr= ess > too much in this regard. One way to check it is the CSiBE test set. I c= an > help testing your patch later. I agree with you. Thank you!=