From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92355 invoked by alias); 1 May 2015 15:41:59 -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 92317 invoked by uid 89); 1 May 2015 15:41:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f54.google.com Received: from mail-wg0-f54.google.com (HELO mail-wg0-f54.google.com) (74.125.82.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 01 May 2015 15:41:57 +0000 Received: by wgso17 with SMTP id o17so94029376wgs.1 for ; Fri, 01 May 2015 08:41:54 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.181.13.198 with SMTP id fa6mr15573653wid.41.1430494914427; Fri, 01 May 2015 08:41:54 -0700 (PDT) Received: by 10.28.104.138 with HTTP; Fri, 1 May 2015 08:41:54 -0700 (PDT) In-Reply-To: <55439C22.2050105@arm.com> References: <55367660.5080808@arm.com> <55439C22.2050105@arm.com> Date: Fri, 01 May 2015 15:41:00 -0000 Message-ID: Subject: Re: [PATCH][AARCH64]Use mov for add with large immediate. From: Marcus Shawcroft To: Renlin Li Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00070.txt.bz2 On 1 May 2015 at 16:30, Renlin Li wrote: > Thank you, Marcus. I have updated the patch accordingly, please check.. > > Regards, > Renlin Li OK, thanks /Marcus