From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 9BC68384A01A for ; Fri, 8 Jan 2021 11:03:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9BC68384A01A Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3E8D031B; Fri, 8 Jan 2021 03:03:50 -0800 (PST) Received: from localhost (e121540-lin.manchester.arm.com [10.32.98.126]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BE4DF3F719; Fri, 8 Jan 2021 03:03:49 -0800 (PST) From: Richard Sandiford To: Qian Jianhua Mail-Followup-To: Qian Jianhua , , richard.sandiford@arm.com Cc: Subject: Re: [PATCH v2] aarch64: Add cpu cost tables for A64FX References: <20210104055306.9568-1-qianjh@cn.fujitsu.com> Date: Fri, 08 Jan 2021 11:03:48 +0000 In-Reply-To: <20210104055306.9568-1-qianjh@cn.fujitsu.com> (Qian Jianhua's message of "Mon, 4 Jan 2021 13:53:06 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2021 11:03:52 -0000 Qian Jianhua writes: > This patch add cost tables for A64FX. > > ChangeLog: > 2021-01-08 Qian jianhua > > gcc/ > * config/aarch64/aarch64-cost-tables.h (a64fx_extra_costs): New. > * config/aarch64/aarch64.c (a64fx_addrcost_table): New. > (a64fx_regmove_cost, a64fx_vector_cost): New. > (a64fx_tunings): Use the new added cost tables. OK for trunk, thanks. The v1 patch is OK for branches that support -mcpu=a64fx. Would you like commit access, so that you can commit it yourself? If so, please fill out the form mentioned at the beginning of https://gcc.gnu.org/gitwrite.html listing me as sponsor. Alternatively, if you'd rather not for any reason, I'm happy to apply it for you. Thanks, Richard