From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27542 invoked by alias); 20 Jul 2015 16:19:21 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 27532 invoked by uid 89); 20 Jul 2015 16:19:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f170.google.com Received: from mail-ie0-f170.google.com (HELO mail-ie0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 20 Jul 2015 16:19:19 +0000 Received: by iebmu5 with SMTP id mu5so121042204ieb.1 for ; Mon, 20 Jul 2015 09:19:17 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.107.158.197 with SMTP id h188mr34608689ioe.99.1437409157521; Mon, 20 Jul 2015 09:19:17 -0700 (PDT) Received: by 10.36.108.21 with HTTP; Mon, 20 Jul 2015 09:19:17 -0700 (PDT) In-Reply-To: References: Date: Mon, 20 Jul 2015 16:20:00 -0000 Message-ID: Subject: Re: [PATCH 2/3] Fix shift amount (GPR->SI) From: David Edelsohn To: Segher Boessenkool Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-07/txt/msg01672.txt.bz2 On Mon, Jul 20, 2015 at 12:04 PM, Segher Boessenkool wrote: > This changes the shift amount to always be SI (as it should be), not GPR. > It doesn't matter for constant shifts, but there are some variable shifts > as well, and consistency is good. > > No changelog, I'll fold it into the previous big patch, if approved. This is okay. Thanks, David