Re: [PATCH GCC]Rename and make remove_dead_inserted_code a simple dce interface

2017-11-29 Thread Bin.Cheng
On Wed, Nov 29, 2017 at 10:02 AM, Richard Biener wrote: > On Tue, Nov 28, 2017 at 3:48 PM, Bin Cheng wrote: >> Hi, >> This patch renames remove_dead_inserted_code to simple_dce_from_worklist, >> moves it to tree-ssa-dce.c >> and makes it a simple

Re: [PATCH GCC]Rename and make remove_dead_inserted_code a simple dce interface

2017-11-29 Thread Richard Biener
On Tue, Nov 28, 2017 at 3:48 PM, Bin Cheng wrote: > Hi, > This patch renames remove_dead_inserted_code to simple_dce_from_worklist, > moves it to tree-ssa-dce.c > and makes it a simple public DCE interface. Bootstrap and test along with > loop interchange. It's required >

[PATCH GCC]Rename and make remove_dead_inserted_code a simple dce interface

2017-11-28 Thread Bin Cheng
Hi, This patch renames remove_dead_inserted_code to simple_dce_from_worklist, moves it to tree-ssa-dce.c and makes it a simple public DCE interface. Bootstrap and test along with loop interchange. It's required for interchange pass. Is it OK? BTW, I will push this along with interchange to