Re: Tree loop if conversion at O2

2012-09-21 Thread Jakub Jelinek
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

2012-09-20 Thread Igor Zamyatin
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