Hi, On Mon, 6 Aug 2007, Tehila Meyzels wrote:
> > in if-conv (or phi-opt), but in ssa-sink (or some similar transformation > > which can or can not use value numbers and the like). > > OK. > > And what's your opinion WRT conditional loads/stores? > Since you've sent your conditional store transformation patch, > I guess the meaning could be rewriting it on the top of tree-if-conv. Actually I'm not so sure about that. I found the phi-opt infrastructure much better suited to do the necessary pattern matching, so I only thought of the conditional store replacement as enabling transformation. Also tree-if-conv only handles loops (and only inner ones), not general conditional patterns. Something which might be fixable with some amount of work, but the phi-opt infrastructure simply was already there. Ciao, Michael.