This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, ARM, LRA] Fixed bootstrap failure in Thumb mode


On 27/11/13 17:49, Yvan Roux wrote:
>> How can that be correct?
>>
>> The secondary reload macros/hooks define cases where additional registers
>> are needed to reload certain forms of rtl.  I doubt the use of LRA
>> completely eliminates the need for secondary reloads.
> 
> Vladimir explained me that in that case on arm, secondary reload hook
> confuses LRA, and that returning NO_REGS will let LRA deal with
> constraints, but I may have badly understand what he said.
> 
> Yvan
> 

But wasn't that in the context of PREFERRED_RELOAD_CLASS?  That's a
different beast.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]