Re: [PATCH] Add gimple load/store predicates, use them from stmt estimates

2012-10-30 Thread Richard Biener
On Tue, 30 Oct 2012, Richard Biener wrote: > > As requested this adds predicates to check whether the lhs of > a assign or call is a store and whether rhs1 of an assignment > is a load. It uses this in place of the existing, slightly > bogus, check in the stmt estimate code. > > Bootstrap and r

[PATCH] Add gimple load/store predicates, use them from stmt estimates

2012-10-30 Thread Richard Biener
As requested this adds predicates to check whether the lhs of a assign or call is a store and whether rhs1 of an assignment is a load. It uses this in place of the existing, slightly bogus, check in the stmt estimate code. Bootstrap and regtest running on x86_64-unknown-linux-gnu. Richard. 201