Re: [PATCH][6/n] Merge from match-and-simplify, make forwprop fold all stmts

2015-01-06 Thread H.J. Lu
Thanks! > -Zhenqiang > >> -Original Message- >> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- >> ow...@gcc.gnu.org] On Behalf Of Jeff Law >> Sent: Saturday, October 25, 2014 1:48 AM >> To: Richard Biener; gcc-patches@gcc.gnu.org >> Cc: Jakub Jelinek &

RE: [PATCH][6/n] Merge from match-and-simplify, make forwprop fold all stmts

2014-11-05 Thread Zhenqiang Chen
to:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Jeff Law > Sent: Saturday, October 25, 2014 1:48 AM > To: Richard Biener; gcc-patches@gcc.gnu.org > Cc: Jakub Jelinek > Subject: Re: [PATCH][6/n] Merge from match-and-simplify, make forwprop > fold all stmts > > On 10/24/

Re: [PATCH][6/n] Merge from match-and-simplify, make forwprop fold all stmts

2014-10-27 Thread Richard Biener
On Fri, 24 Oct 2014, Jeff Law wrote: > On 10/24/14 07:16, Richard Biener wrote: > > > > This patch makes GIMPLE forwprop fold all statements, following > > single-use SSA edges only (as suggested by Jeff and certainly > > how this will regress the least until we replace manual > > simplification

Re: [PATCH][6/n] Merge from match-and-simplify, make forwprop fold all stmts

2014-10-24 Thread Jeff Law
On 10/24/14 07:16, Richard Biener wrote: This patch makes GIMPLE forwprop fold all statements, following single-use SSA edges only (as suggested by Jeff and certainly how this will regress the least until we replace manual simplification code that does not restrict itself this way). forwprop is

[PATCH][6/n] Merge from match-and-simplify, make forwprop fold all stmts

2014-10-24 Thread Richard Biener
This patch makes GIMPLE forwprop fold all statements, following single-use SSA edges only (as suggested by Jeff and certainly how this will regress the least until we replace manual simplification code that does not restrict itself this way). forwprop is run up to 4 times at the moment (once only