Re: predicated code motion (in lim)

2014-10-10 Thread Evgeniya Maenkova
Got it, thanks. (Now there are phi instead of if) On Fri, Oct 10, 2014 at 6:18 PM, Richard Biener wrote: > On Fri, Oct 10, 2014 at 3:44 PM, Evgeniya Maenkova > wrote: >> Hi, >> could anyone clarify about predicated code motion in lim? >> >> After reading a TODO in /tree-ssa-loop-im.c (see [1])

Re: predicated code motion (in lim)

2014-10-10 Thread Richard Biener
On Fri, Oct 10, 2014 at 3:44 PM, Evgeniya Maenkova wrote: > Hi, > could anyone clarify about predicated code motion in lim? > > After reading a TODO in /tree-ssa-loop-im.c (see [1]) I tried several > examples, say [2]. However, in all of them the code was moved out of > the loop successfully (eith