Skip to content
Snippets Groups Projects
Commit 1acde74c authored by Richard Biener's avatar Richard Biener
Browse files

cleanup graphite results

This removes { dg-final { scan-tree-dump "tiled" "graphite" } } scans
from graphite tests that pass/fail dependent on the ISL version used.
Note all scans match the actually dumped "not tiled" messages with
ISL 0.12 and not the alternative "tiled by <number>".  With ISL
0.22 neither is printed because the tiling infrastructure doesn't
expect the new schedule layout (though looking at a few cases it
looks superior with more dimensions marked as permutable.

Anyway, the scans have nothing to do with interchange and just
add to testsuite noise.

2020-04-16  Richard Biener  <rguenther@suse.de>

	* gcc.dg/graphite/interchange-1.c: Remove scan for tiled.
	* gcc.dg/graphite/interchange-10.c: Likewise.
	* gcc.dg/graphite/interchange-11.c: Likewise.
	* gcc.dg/graphite/interchange-3.c: Likewise.
	* gcc.dg/graphite/interchange-4.c: Likewise.
	* gcc.dg/graphite/interchange-7.c: Likewise.
	* gcc.dg/graphite/interchange-9.c: Likewise.
	* gcc.dg/graphite/uns-interchange-9.c: Likewise.
	* gfortran.dg/graphite/interchange-3.f90: Likewise.
parent eafeba3e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment