Re: [PATCH] Provide opt-info for autopar and graphite

2017-02-01 Thread Sebastian Pop
On Wed, Feb 1, 2017 at 4:43 AM, Richard Biener wrote: > * graphite.c: Include tree-vectorizer.h for find_loop_location. > (graphite_transform_loops): Provide opt-info for optimized nests. > * tree-parloop.c (parallelize_loops): Provide opt-info for > parallelized lo

[PATCH] Provide opt-info for autopar and graphite

2017-02-01 Thread Richard Biener
The following provides opt-info for autopar and graphite. That should help to track down miscompilations by them given they usually do not apply in many places (like for hunting down PR79321). I've used the loop location of the loop containing the SCOP which is probably reasonable for an option