This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix hard regno checks
- From: Jeff Law <law at redhat dot com>
- To: Vladimir Makarov <vmakarov at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Thu, 2 Aug 2018 16:40:29 -0600
- Subject: Re: [PATCH] Fix hard regno checks
- References: <20180723091424.5040-1-iii@linux.ibm.com> <ed7cece7-c6c6-57c7-4ddf-a177b10c37a2@redhat.com>
On 07/27/2018 09:36 AM, Vladimir Makarov wrote:
> On 07/23/2018 05:14 AM, Ilya Leoshkevich wrote:
>> FIRST_PSEUDO_REGISTER is not a hard regno, so comparisons should use
>> "<" instead of "<=", and ">=" instread of ">".
>>
> Thank you for finding these typos. LRA parts of the patch are ok for me.
The rest look good as well. I went ahead and committed the changes to
the trunk.
jeff