Commit e7ed4a64 by Sebastian Pop Committed by Sebastian Pop

interchange-8.c: Enable loop interchange.

2009-10-14  Sebastian Pop  <sebastian.pop@amd.com>

	* gcc.dg/graphite/interchange-8.c: Enable loop interchange.

From-SVN: r154587
parent d7f25aa6
2009-10-14 Sebastian Pop <sebastian.pop@amd.com> 2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/graphite/interchange-8.c: Enable loop interchange.
2009-10-14 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK): * gcc.dg/graphite/graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK):
Add -fno-loop-strip-mine and -fno-loop-interchange. Add -fno-loop-strip-mine and -fno-loop-interchange.
(DEFAULT_FLAGS_GRAPHITE_INTERCHANGE): Add -fno-loop-block and (DEFAULT_FLAGS_GRAPHITE_INTERCHANGE): Add -fno-loop-block and
......
...@@ -40,6 +40,6 @@ foo (void) ...@@ -40,6 +40,6 @@ foo (void)
return A[0][1][0][2]; return A[0][1][0][2];
} }
/* This should not be interchanged. */ /* Loops K and L should be interchanged. */
/* { dg-final { scan-tree-dump-times "will be interchanged" 0 "graphite" } } */ /* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
/* { dg-final { cleanup-tree-dump "graphite" } } */ /* { dg-final { cleanup-tree-dump "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