Commit 1acde74c by Richard Biener

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
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.
2020-04-16 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/94598
......
......@@ -48,10 +48,3 @@ main (void)
return 0;
}
/*FIXME: Between isl 0.12 and isl 0.15 the schedule optimizer needs to print
something canonical so that it can be checked in the test. The final code
generated by both are same in this case but the messaged printed are
not consistent. */
/* { dg-final { scan-tree-dump "tiled" "graphite" } } */
......@@ -45,5 +45,3 @@ main (void)
return 0;
}
/* { dg-final { scan-tree-dump "tiled" "graphite" } } */
......@@ -45,5 +45,3 @@ main (void)
return 0;
}
/* { dg-final { scan-tree-dump "tiled" "graphite" } } */
......@@ -46,5 +46,3 @@ main (void)
return 0;
}
/* { dg-final { scan-tree-dump "tiled" "graphite" } } */
......@@ -45,5 +45,3 @@ main (void)
return 0;
}
/* { dg-final { scan-tree-dump "tiled" "graphite" } } */
......@@ -46,5 +46,3 @@ main (void)
return 0;
}
/* { dg-final { scan-tree-dump "tiled" "graphite" } } */
......@@ -43,5 +43,3 @@ main (void)
return 0;
}
/* { dg-final { scan-tree-dump "tiled" "graphite" } } */
......@@ -44,5 +44,3 @@ main (void)
return 0;
}
/* { dg-final { scan-tree-dump "tiled" "graphite" } } */
......@@ -23,5 +23,3 @@ Program FOO
366 format(/, ' PC = ',E12.4,/,' UC = ',E12.4,/,' VC = ',E12.4,/)
end Program FOO
! { dg-final { scan-tree-dump "tiled" "graphite" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment