From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80926 invoked by alias); 1 May 2015 12:30:32 -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 80912 invoked by uid 89); 1 May 2015 12:30:31 -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-f49.google.com Received: from mail-wg0-f49.google.com (HELO mail-wg0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 01 May 2015 12:30:29 +0000 Received: by wgyo15 with SMTP id o15so89626996wgy.2 for ; Fri, 01 May 2015 05:30:26 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.9.161 with SMTP id a1mr17747310wjb.39.1430483426553; Fri, 01 May 2015 05:30:26 -0700 (PDT) Received: by 10.28.104.138 with HTTP; Fri, 1 May 2015 05:30:26 -0700 (PDT) In-Reply-To: <5543378B.2090600@arm.com> References: <5543378B.2090600@arm.com> Date: Fri, 01 May 2015 12:30:00 -0000 Message-ID: Subject: Re: [PATCH][AArch64] Handle FLOAT and UNSIGNED_FLOAT in rtx costs From: Marcus Shawcroft To: Kyrill Tkachov Cc: GCC Patches , Marcus Shawcroft , Richard Earnshaw , James Greenhalgh Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00039.txt.bz2 On 1 May 2015 at 09:21, Kyrill Tkachov wrote: > 2015-05-01 Kyrylo Tkachov > > * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and > UNSIGNED_FLOAT. OK /Marcus