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 public DCE interface. Bootstrap and test along w
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
> for interchange pass.
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 bra