From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26608 invoked by alias); 28 Oct 2015 18:39:16 -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 26593 invoked by uid 89); 28 Oct 2015 18:39:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: usmailout3.samsung.com Received: from mailout3.w2.samsung.com (HELO usmailout3.samsung.com) (211.189.100.13) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 28 Oct 2015 18:39:15 +0000 Received: from uscpsbgm2.samsung.com (u115.gpu85.samsung.co.kr [203.254.195.115]) by usmailout3.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NWY00CMQ15C6O80@usmailout3.samsung.com> for gcc-patches@gcc.gnu.org; Wed, 28 Oct 2015 14:39:12 -0400 (EDT) Received: from ussync2.samsung.com ( [203.254.195.82]) by uscpsbgm2.samsung.com (USCPMTA) with SMTP id CF.C0.29819.05611365; Wed, 28 Oct 2015 14:39:12 -0400 (EDT) Received: from [172.31.207.192] ([105.140.31.209]) by ussync2.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0NWY0040L15C8W60@ussync2.samsung.com>; Wed, 28 Oct 2015 14:39:12 -0400 (EDT) Subject: Re: [PATCH][AArch64] Fix insn types To: gcc-patches@gcc.gnu.org References: <56255B1F.1010508@samsung.com> <56261E8B.9000107@arm.com> <56266848.3060209@samsung.com> Cc: Kyrill Tkachov , Marcus.Shawcroft@arm.com From: Evandro Menezes Message-id: <5631164F.5040303@samsung.com> Date: Wed, 28 Oct 2015 18:40: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: <56266848.3060209@samsung.com> Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg03095.txt.bz2 Ping. -- Evandro Menezes On 10/20/2015 11:14 AM, Evandro Menezes wrote: > Kyrill, > > Indeed, the correct log would be: > > The type assigned to some insn definitions was not correct. > > gcc/ > * config/aarch64/aarch64.md > (*movhf_aarch64): Change the type of "mov %0.h[0], %1.h[0] to > "neon_move". > (*movtf_aarch64): Change the type of "fmov %s0, wzr" to "f_mcr". > (*cmov_insn): Change the types of "mov %0, {-1,1}" to > "mov_imm". > (*cmovsi_insn_uxtw): Likewise. > > Thank you, >