This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH v2] Fix LRA to handle multi-word eliminable registers
- From: Jeff Law <law at redhat dot com>
- To: Dimitar Dimitrov <dimitar at dinux dot eu>, gcc-patches at gcc dot gnu dot org
- Cc: Vladimir Makarov <vmakarov at redhat dot com>, Peter Bergner <bergner at vnet dot ibm dot com>, Kenneth Zadeck <zadeck at naturalbridge dot com>, Seongbae Park <seongbae dot park at gmail dot com>
- Date: Wed, 27 Jun 2018 21:44:10 -0600
- Subject: Re: [PATCH v2] Fix LRA to handle multi-word eliminable registers
- References: <6030066.Yf38S1ALNg@tpdeb> <20180623123859.30728-1-dimitar@dinux.eu>
On 06/23/2018 06:38 AM, Dimitar Dimitrov wrote:
> 2018-06-23 Dimitar Dimitrov <dimitar@dinux.eu>
>
> * lra-eliminations.c (update_reg_eliminate): Mark all spanning hard
> registers for Pmode..
> * lra-lives.c (check_pseudos_live_through_calls): Mark all spanning
> hard registers for the clobbered pseudo.
Thanks. I put this through the usual bootstrap & regression tests and
installed the change onto the trunk.
jeff