This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCHv2 2/7] gcc/arc: Replace rI constraint with r & Cm2 for ld and update insns
- From: Joern Wolfgang Rennecke <gnu at amylaar dot uk>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>
- Cc: gcc-patches at gcc dot gnu dot org, noamca at mellanox dot com, Claudiu dot Zissulescu at synopsys dot com
- Date: Fri, 29 Apr 2016 13:08:49 +0100
- Subject: Re: [PATCHv2 2/7] gcc/arc: Replace rI constraint with r & Cm2 for ld and update insns
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1461238348 dot git dot andrew dot burgess at embecosm dot com> <a976070b53ef27b38e91f0a82f92ac9d0e2769c3 dot 1461238348 dot git dot andrew dot burgess at embecosm dot com> <57224322 dot 3000704 at amylaar dot uk> <20160429115836 dot GH1592 at embecosm dot com>
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.