Re: [PATCH] Make ipa-prop analyze BBs in DOM order

2014-05-15 Thread Jan Hubicka
> Hi, > > the following patch deals with requested propagation in PR 53787 in > the real benchmark (as opposed to the original simple testcase) by > analyzing individual BBs in ipa-prop.c in dominator order. > > Currently we do the analysis in two loops, in the first the order is > given by FOR_E

[PATCH] Make ipa-prop analyze BBs in DOM order

2014-04-25 Thread Martin Jambor
Hi, the following patch deals with requested propagation in PR 53787 in the real benchmark (as opposed to the original simple testcase) by analyzing individual BBs in ipa-prop.c in dominator order. Currently we do the analysis in two loops, in the first the order is given by FOR_EACH_BB_FN and in