Re: RFC: LRA for x86/x86-64 [5/9]

2012-09-28 Thread Jeff Law
On 09/27/2012 04:58 PM, Vladimir Makarov wrote: The following patch mostly prepares some data from IRA which will be used by LRA. It is done by moving some definitions fro ira-int.h to ira.h. New data reg_class_subset is generated in IRA for LRA. New functions dealing with equivs are created

RFC: LRA for x86/x86-64 [5/9]

2012-09-27 Thread Vladimir Makarov
The following patch mostly prepares some data from IRA which will be used by LRA. It is done by moving some definitions fro ira-int.h to ira.h. New data reg_class_subset is generated in IRA for LRA. New functions dealing with equivs are created. They will be used by LRA. Some code of IRA is