Re: graphite in -O3

2014-11-17 Thread Richard Biener
On Sun, Nov 16, 2014 at 10:08 PM, David Edelsohn wrote: > Because they have not shown general performance benefit. Also they very often cause very long compile-times. > I hope that the renewed attention and development effort will allow > them to be enabled by default eventually. Yeah - though

Re: graphite in -O3

2014-11-16 Thread David Edelsohn
Because they have not shown general performance benefit. I hope that the renewed attention and development effort will allow them to be enabled by default eventually. Thanks, David On Sun, Nov 16, 2014 at 2:10 PM, Andi Kleen wrote: > > Is there any specific reason why none of the graphite loop

graphite in -O3

2014-11-16 Thread Andi Kleen
Is there any specific reason why none of the graphite loop optimizations (loop-block, loop-interchange, loop-strip-mine, loop-jam) are enabled with -O3 or -Ofast? I assume doing so would make them much more widely used. Perhaps would be something to consider for 5.0? -Andi