Re: [PATCH 6/9] [LVU] Allow final_start_function to skip initial insns

2017-11-02 Thread Richard Biener
On Wed, Nov 1, 2017 at 7:18 PM, Alexandre Oliva wrote: > On Oct 31, 2017, Jeff Law wrote: > >> On 09/30/2017 03:08 AM, Alexandre Oliva wrote: >>> This API change will enable final_start_function() to "consume" >>> initial insns, and choose the first insn to be

Re: [PATCH 6/9] [LVU] Allow final_start_function to skip initial insns

2017-11-01 Thread Alexandre Oliva
On Oct 31, 2017, Jeff Law wrote: > On 09/30/2017 03:08 AM, Alexandre Oliva wrote: >> This API change will enable final_start_function() to "consume" >> initial insns, and choose the first insn to be passed to final(). >> >> Many ports call final_start_function() and final()

Re: [PATCH 6/9] [LVU] Allow final_start_function to skip initial insns

2017-10-30 Thread Jeff Law
On 09/30/2017 03:08 AM, Alexandre Oliva wrote: > This API change will enable final_start_function() to "consume" > initial insns, and choose the first insn to be passed to final(). > > Many ports call final_start_function() and final() when creating > thunks and whatnot, so they needed adjusting.

Re: [PATCH 6/9] [LVU] Allow final_start_function to skip initial insns

2017-10-30 Thread Jeff Law
On 10/19/2017 05:01 AM, Richard Biener wrote: > On Sat, Sep 30, 2017 at 11:08 AM, Alexandre Oliva wrote: >> This API change will enable final_start_function() to "consume" >> initial insns, and choose the first insn to be passed to final(). >> >> Many ports call

Re: [PATCH 6/9] [LVU] Allow final_start_function to skip initial insns

2017-10-19 Thread Richard Biener
On Sat, Sep 30, 2017 at 11:08 AM, Alexandre Oliva wrote: > This API change will enable final_start_function() to "consume" > initial insns, and choose the first insn to be passed to final(). > > Many ports call final_start_function() and final() when creating > thunks and

[PATCH 6/9] [LVU] Allow final_start_function to skip initial insns

2017-09-30 Thread Alexandre Oliva
This API change will enable final_start_function() to "consume" initial insns, and choose the first insn to be passed to final(). Many ports call final_start_function() and final() when creating thunks and whatnot, so they needed adjusting. for gcc/ChangeLog * output.h

[PATCH 6/9] [LVU] Allow final_start_function to skip initial insns

2017-08-31 Thread Alexandre Oliva
This API change will enable final_start_function() to "consume" initial insns, and choose the first insn to be passed to final(). Many ports call final_start_function() and final() when creating thunks and whatnot, so they needed adjusting. for gcc/ChangeLog * output.h