From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12870 invoked by alias); 5 Sep 2014 10:09:11 -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 12856 invoked by uid 89); 5 Sep 2014 10:09:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: collaborate-mta1.arm.com Received: from fw-tnat.austin.arm.com (HELO collaborate-mta1.arm.com) (217.140.110.23) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 05 Sep 2014 10:09:09 +0000 Received: from [10.1.209.40] (e105545-lin.cambridge.arm.com [10.1.209.40]) by collaborate-mta1.arm.com (Postfix) with ESMTPS id D02D113F697; Fri, 5 Sep 2014 05:09:05 -0500 (CDT) Message-ID: <54098BC8.4090509@arm.com> Date: Fri, 05 Sep 2014 10:09:00 -0000 From: Ramana Radhakrishnan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Kyrill Tkachov , GCC Patches CC: Marcus Shawcroft , Richard Earnshaw Subject: Re: [PATCH][ARM/AArch64] Schedule alu_ext for Cortex-A53 References: <54097BDA.9050406@arm.com> In-Reply-To: <54097BDA.9050406@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00474.txt.bz2 On 05/09/14 10:01, Kyrill Tkachov wrote: > Hi all, > > We didn't schedule alu_ext and alus_ext anywhere for Cortex-A53 so this > patch handles it. > Tested arm-none-eabi and aarch64-none-elf. > Ok for trunk? Ok - thanks. Ramana > > Thanks, > Kyrill > > 2014-09-05 Kyrylo Tkachov > > * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add alu_ext, > alus_ext. >