From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27214 invoked by alias); 18 Nov 2014 15:48:44 -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 27164 invoked by uid 89); 18 Nov 2014 15:48:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f42.google.com Received: from mail-qg0-f42.google.com (HELO mail-qg0-f42.google.com) (209.85.192.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 18 Nov 2014 15:48:42 +0000 Received: by mail-qg0-f42.google.com with SMTP id i50so17398540qgf.29 for ; Tue, 18 Nov 2014 07:48:36 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.18.195 with SMTP id 61mr43530003qgf.56.1416325716315; Tue, 18 Nov 2014 07:48:36 -0800 (PST) Received: by 10.140.18.133 with HTTP; Tue, 18 Nov 2014 07:48:36 -0800 (PST) Reply-To: ramrad01@arm.com In-Reply-To: References: <000101d00018$449fc1c0$cddf4540$@com> Date: Tue, 18 Nov 2014 16:06:00 -0000 Message-ID: Subject: Re: [PATCH][AArch64] Adjust generic move costs From: Ramana Radhakrishnan To: Marcus Shawcroft Cc: Wilco Dijkstra , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg02307.txt.bz2 On Mon, Nov 17, 2014 at 5:13 PM, Marcus Shawcroft wrote: > On 14 November 2014 14:35, Wilco Dijkstra wrote: > >> 2014-11-14 Wilco Dijkstra >> >> * gcc/config/aarch64/aarch64.c (generic_regmove_cost): >> Increase FP move cost. > > OK /Marcus Changelog should probably indicate PR target/61915 when committing ? Ramana