Re: RFA; patch to fix PR90007

2019-11-20 Thread Alexander Monakov
On Wed, 20 Nov 2019, Alexander Monakov wrote: > On Wed, 20 Nov 2019, Richard Biener wrote: > > > On Tue, Nov 19, 2019 at 5:07 PM Vladimir Makarov > > wrote: > > > > > > The following patch fixes > > > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90007 > > > > > > Sometime ago a code which

Re: RFA; patch to fix PR90007

2019-11-20 Thread Vladimir Makarov
On 2019-11-20 5:06 a.m., Richard Biener wrote: On Tue, Nov 19, 2019 at 5:07 PM Vladimir Makarov wrote: The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90007 Sometime ago a code which permits LRA to reload hard register into memory as it did for pseudo were added. But

Re: RFA; patch to fix PR90007

2019-11-20 Thread Alexander Monakov
On Wed, 20 Nov 2019, Richard Biener wrote: > On Tue, Nov 19, 2019 at 5:07 PM Vladimir Makarov wrote: > > > > The following patch fixes > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90007 > > > > Sometime ago a code which permits LRA to reload hard register into > > memory as it did for pse

Re: RFA; patch to fix PR90007

2019-11-20 Thread Richard Biener
On Tue, Nov 19, 2019 at 5:07 PM Vladimir Makarov wrote: > > The following patch fixes > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90007 > > Sometime ago a code which permits LRA to reload hard register into > memory as it did for pseudo were added. But this LRA possibility was > not reflecte