From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119601 invoked by alias); 3 Dec 2015 20:49:41 -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 119588 invoked by uid 89); 3 Dec 2015 20:49:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: usmailout2.samsung.com Received: from mailout2.w2.samsung.com (HELO usmailout2.samsung.com) (211.189.100.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 03 Dec 2015 20:49:39 +0000 Received: from uscpsbgm2.samsung.com (u115.gpu85.samsung.co.kr [203.254.195.115]) by mailout2.w2.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NYS00AZEV6O8QA0@mailout2.w2.samsung.com> for gcc-patches@gcc.gnu.org; Thu, 03 Dec 2015 15:49:36 -0500 (EST) Received: from ussync4.samsung.com ( [203.254.195.84]) by uscpsbgm2.samsung.com (USCPMTA) with SMTP id C2.40.07641.0EAA0665; Thu, 3 Dec 2015 15:49:36 -0500 (EST) Received: from [172.31.207.192] ([105.140.31.209]) by ussync4.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0NYS00LJEV6O0EA0@ussync4.samsung.com>; Thu, 03 Dec 2015 15:49:36 -0500 (EST) Subject: Re: [PATCH 4/4][AArch64] Add cost model for Exynos M1 To: 'gcc-patches' References: <001b01d1110d$0008f890$001ae9b0$@samsung.com> <563A9040.60805@samsung.com> <563BEFB2.9000308@samsung.com> Cc: 'Marcus Shawcroft' , 'James Greenhalgh' , 'Kyrill Tkachov' , Andrew Pinski From: Evandro Menezes Message-id: <5660AADF.6090205@samsung.com> Date: Thu, 03 Dec 2015 20:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-version: 1.0 In-reply-to: <563BEFB2.9000308@samsung.com> Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00489.txt.bz2 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 Checked in as r231233. Thank you, -- Evandro Menezes