Re: [PATCH] Fix for PR63766 (handle removed functions in do_per_function_toporder)

2014-11-17 Thread Ilya Enkovich
On 17 Nov 13:32, Richard Biener wrote: > On Mon, Nov 10, 2014 at 4:48 PM, Ilya Enkovich wrote: > > Hi, > > > > Here is a fix for PR63766. Currently all functions are transformed into > > SSA before local optimizations and it allows function to be inlined and > > removed before it goes through l

Re: [PATCH] Fix for PR63766 (handle removed functions in do_per_function_toporder)

2014-11-17 Thread Richard Biener
On Mon, Nov 10, 2014 at 4:48 PM, Ilya Enkovich wrote: > Hi, > > Here is a fix for PR63766. Currently all functions are transformed into SSA > before local optimizations and it allows function to be inlined and removed > before it goes through local optimzations. But this requires removal of >

[PATCH] Fix for PR63766 (handle removed functions in do_per_function_toporder)

2014-11-10 Thread Ilya Enkovich
Hi, Here is a fix for PR63766. Currently all functions are transformed into SSA before local optimizations and it allows function to be inlined and removed before it goes through local optimzations. But this requires removal of these functions from working queue. Bootstrapped and tested on x