Re: [PATCH] Forward propagate also into RHS comparisons

2011-05-30 Thread Richard Guenther
On Fri, 27 May 2011, Richard Guenther wrote: > > This patch fixes the lack of combining comparisons that appear > on the RHS of assignments (as opposed to in gimple-conds or > in cond-exprs on the RHS of assignments). > > Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Testing re

[PATCH] Forward propagate also into RHS comparisons

2011-05-27 Thread Richard Guenther
This patch fixes the lack of combining comparisons that appear on the RHS of assignments (as opposed to in gimple-conds or in cond-exprs on the RHS of assignments). Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Richard. 2011-05-27 Richard Guenther * tree-ssa-forwpro