Re: [PATCH] Make IRA use current_loops and loop_optimizer_init

2013-02-07 Thread Richard Biener
On Thu, 7 Feb 2013, Vladimir Makarov wrote: > On 02/07/2013 09:56 AM, Richard Biener wrote: > > The following gets rid of ira_loops (ok, without touching all uses > > yet but with a #define - I'll finish this if you are ok with it > > in general). > > > > Bootstrap and regtest running on x86_64-u

Re: [PATCH] Make IRA use current_loops and loop_optimizer_init

2013-02-07 Thread Vladimir Makarov
On 02/07/2013 09:56 AM, Richard Biener wrote: The following gets rid of ira_loops (ok, without touching all uses yet but with a #define - I'll finish this if you are ok with it in general). Bootstrap and regtest running on x86_64-unknown-linux-gnu. Ok for trunk for the IRA parts? (well, given

[PATCH] Make IRA use current_loops and loop_optimizer_init

2013-02-07 Thread Richard Biener
The following gets rid of ira_loops (ok, without touching all uses yet but with a #define - I'll finish this if you are ok with it in general). Bootstrap and regtest running on x86_64-unknown-linux-gnu. Ok for trunk for the IRA parts? (well, given I search & replace uses of ira_loops) Thanks,