Re: Tree loop if conversion at O2
On Fri, Sep 21, 2012 at 10:24:23AM +0400, Igor Zamyatin wrote: > Is there any particular reason why tree loop if conversion > (tree-if-conv.c) isn't enabled by default on O2 (as far as I can see > it's true for any platforms)? Because it doesn't make much sense without vectorization? Jaku
Tree loop if conversion at O2
Hi All! Is there any particular reason why tree loop if conversion (tree-if-conv.c) isn't enabled by default on O2 (as far as I can see it's true for any platforms)? Thanks, Igor