Re: [PATCH] LRA: Make fixed eliminable registers live

2020-09-15 Thread H.J. Lu via Gcc-patches
On Tue, Sep 15, 2020 at 7:44 AM Richard Sandiford wrote: > > Thanks for looking at this. > > "H.J. Lu" writes: > > commit 1bcb4c4faa4bd6b1c917c75b100d618faf9e628c > > Author: Richard Sandiford > > Date: Wed Oct 2 07:37:10 2019 + > > > > [LRA] Don't make eliminable registers live (PR919

Re: [PATCH] LRA: Make fixed eliminable registers live

2020-09-15 Thread Richard Sandiford
Thanks for looking at this. "H.J. Lu" writes: > commit 1bcb4c4faa4bd6b1c917c75b100d618faf9e628c > Author: Richard Sandiford > Date: Wed Oct 2 07:37:10 2019 + > > [LRA] Don't make eliminable registers live (PR91957) > > didn't make eliminable registers live which breaks > > register voi

[PATCH] LRA: Make fixed eliminable registers live

2020-09-15 Thread H.J. Lu via Gcc-patches
commit 1bcb4c4faa4bd6b1c917c75b100d618faf9e628c Author: Richard Sandiford Date: Wed Oct 2 07:37:10 2019 + [LRA] Don't make eliminable registers live (PR91957) didn't make eliminable registers live which breaks register void *cur_pro asm("reg"); where "reg" is an eliminable register.