From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5103 invoked by alias); 29 Apr 2016 12:09:09 -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 5087 invoked by uid 89); 29 Apr 2016 12:09:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 spammy= X-HELO: mailrelay6.public.one.com Received: from mailrelay6.public.one.com (HELO mailrelay6.public.one.com) (91.198.169.200) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 29 Apr 2016 12:08:58 +0000 X-HalOne-Cookie: 1866acbb3d5b578f00676c16188b29b39d504a3b X-HalOne-ID: 22a38cc9-0e03-11e6-9f8d-b82a72d06996 Received: from localhost.localdomain (unknown [91.135.11.213]) by smtpfilter3.public.one.com (Halon Mail Gateway) with ESMTPSA; Fri, 29 Apr 2016 12:08:50 +0000 (UTC) Subject: Re: [PATCHv2 2/7] gcc/arc: Replace rI constraint with r & Cm2 for ld and update insns To: Andrew Burgess References: <57224322.3000704@amylaar.uk> <20160429115836.GH1592@embecosm.com> Cc: gcc-patches@gcc.gnu.org, noamca@mellanox.com, Claudiu.Zissulescu@synopsys.com From: Joern Wolfgang Rennecke Message-ID: <57234ED1.5060503@amylaar.uk> Date: Fri, 29 Apr 2016 12:09:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20160429115836.GH1592@embecosm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-04/txt/msg01994.txt.bz2 On 29/04/16 12:58, Andrew Burgess wrote: > > * config/arc/arc.md (*loadqi_update): Replace use of 'rI' > constraint with 'rCm2' constraints to limit possible immediate > size. > (*load_zeroextendqisi_update): Likewise. > (*load_signextendqisi_update): Likewise. > (*loadhi_update): Likewise. > (*load_zeroextendhisi_update): Likewise. > (*load_signextendhisi_update): Likewise. > (*loadsi_update): Likewise. > (*loadsf_update): Likewise. Thanks. I have checked this in.