From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91006 invoked by alias); 20 Nov 2015 17:19:57 -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 90992 invoked by uid 89); 20 Nov 2015 17:19:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: cam-smtp0.cambridge.arm.com Received: from fw-tnat.cambridge.arm.com (HELO cam-smtp0.cambridge.arm.com) (217.140.96.140) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 20 Nov 2015 17:19:55 +0000 Received: from arm.com (e107456-lin.cambridge.arm.com [10.2.206.78]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id tAKHJp6I032144; Fri, 20 Nov 2015 17:19:51 GMT Date: Fri, 20 Nov 2015 17:19:00 -0000 From: James Greenhalgh To: Evandro Menezes Cc: "'gcc-patches'" , "'Marcus Shawcroft'" , "'Kyrill Tkachov'" , Andrew Pinski Subject: Re: [PATCH 4/4][AArch64] Add cost model for Exynos M1 Message-ID: <20151120171950.GC29264@arm.com> References: <001b01d1110d$0008f890$001ae9b0$@samsung.com> <563A9040.60805@samsung.com> <563BEFB2.9000308@samsung.com> <564E47D9.8070905@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <564E47D9.8070905@samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg02514.txt.bz2 On Thu, Nov 19, 2015 at 04:06:17PM -0600, Evandro Menezes wrote: > On 11/05/2015 06:09 PM, Evandro Menezes wrote: > >2015-10-25 Evandro Menezes > > > > gcc/ > > > > * config/aarch64/aarch64-cores.def: Use the Exynos M1 cost model. > > * config/aarch64/aarch64.c (exynosm1_addrcost_table): New > >variable. > > (exynosm1_regmove_cost): Likewise. > > (exynosm1_vector_cost): Likewise. > > (exynosm1_tunings): Likewise. > > * config/arm/aarch-cost-tables.h (exynosm1_extra_costs): Likewise. > > * config/arm/arm.c (arm_exynos_m1_tune): Likewise. > > > >This patch adds the cost model for Exynos M1. This patch depends > >on a couple of previous patches though, > >https://gcc.gnu.org/ml/gcc-patches/2015-11/msg00505.html and > >https://gcc.gnu.org/ml/gcc-patches/2015-11/msg00538.html > > > >Please, commit if it's alright. > > Ping. This is OK from an AArch64 perspective. Please wait for an OK from an ARM reviewer. Thanks, James