Re: [PATCH 1/2] remove -floop-unroll-and-jam

2015-08-27 Thread Jeff Law
On 08/27/2015 09:07 AM, Sebastian Paul Pop wrote: unroll-and-jam is new in GCC 6, right? So you can remove the option completely. The reason I left the flag around is that it was added in GCC 5: Sounds right to me then. jeff

RE: [PATCH 1/2] remove -floop-unroll-and-jam

2015-08-27 Thread Sebastian Paul Pop
> unroll-and-jam is new in GCC 6, right? So you can remove the option > completely. The reason I left the flag around is that it was added in GCC 5: commit 5240f96a55db98b04275fda34c891fbbc629b825 Author: mircea Date: Mon Nov 17 22:59:07 2014 + Support for unroll and jam optimizatio

Re: [PATCH 1/2] remove -floop-unroll-and-jam

2015-08-27 Thread Richard Biener
On Thu, Aug 27, 2015 at 12:14 AM, Sebastian Pop wrote: > --- > gcc/common.opt | 4 +- > gcc/doc/invoke.texi | 8 +- > gcc/graphite-isl-ast-to-gimple.c | 102 +- > gcc/graphite-optimize-isl.c | 179 > -

[PATCH 1/2] remove -floop-unroll-and-jam

2015-08-26 Thread Sebastian Pop
--- gcc/common.opt | 4 +- gcc/doc/invoke.texi | 8 +- gcc/graphite-isl-ast-to-gimple.c | 102 +- gcc/graphite-optimize-isl.c | 179 --- gcc/graphite-poly.c | 3 +- gcc/graphite-poly.h