[Fix] Broken tests after r211796.
authorJohannes Doerfert <jdoerfert@codeaurora.org>
Thu, 26 Jun 2014 19:29:11 +0000 (19:29 +0000)
committerJohannes Doerfert <jdoerfert@codeaurora.org>
Thu, 26 Jun 2014 19:29:11 +0000 (19:29 +0000)
llvm-svn: 211797

polly/test/ScopInfo/loop_affine_bound_0.ll
polly/test/ScopInfo/loop_affine_bound_1.ll
polly/test/ScopInfo/loop_affine_bound_2.ll
polly/test/ScopInfo/simple_loop_1.ll

index 4b70be4..58b3350 100644 (file)
@@ -59,7 +59,6 @@ return:                                           ; preds = %bb.nph8, %bb3, %ent
 ; CHECK:              [N, M] -> { Stmt_bb1[i0, i1] : i0 >= 0 and i0 <= 2 + 4N + 7M and i1 >= 0 and i1 <= 1 + 5N and N >= 0 };
 ; CHECK:          Scattering :=
 ; CHECK:              [N, M] -> { Stmt_bb1[i0, i1] -> scattering[0, i0, 0, i1, 0] };
-; CHECK:      Reduction like: 0
-; CHECK:          MustWriteAccess :=
+; CHECK:          MustWriteAccess := [Reduction like: 0]
 ; CHECK:              [N, M] -> { Stmt_bb1[i0, i1] -> MemRef_a[i0 + 128i1] };
 ; CHECK:  }
index e050080..603aec6 100644 (file)
@@ -58,7 +58,6 @@ return:                                           ; preds = %bb3, %entry
 ; CHECK:             [N, M] -> { Stmt_bb1[i0, i1] : i0 >= 0 and i0 <= 2 + 4N + 7M and i1 >= 0 and i1 <= 1 + 5N - i0 and i0 <= 1 + 5N };
 ; CHECK:         Scattering :=
 ; CHECK:             [N, M] -> { Stmt_bb1[i0, i1] -> scattering[0, i0, 0, i1, 0] };
-; CHECK:     Reduction like: 0
-; CHECK:         MustWriteAccess :=
+; CHECK:         MustWriteAccess := [Reduction like: 0]
 ; CHECK:             [N, M] -> { Stmt_bb1[i0, i1] -> MemRef_a[129i0 + 128i1] };
 ; CHECK: }
index 998f75f..8ccbfed 100644 (file)
@@ -69,7 +69,6 @@ return:                                           ; preds = %bb3, %entry
 ; CHECK:             [N, M] -> { Stmt_bb1[i0, i1] : i0 >= 0 and i0 <= 2 + 4N + 7M and i1 >= 0 and i1 <= 10 + 5N - 6M - 4i0 and 4i0 <= 10 + 5N - 6M };
 ; CHECK:         Scattering :=
 ; CHECK:             [N, M] -> { Stmt_bb1[i0, i1] -> scattering[0, i0, 0, i1, 0] };
-; CHECK:     Reduction like: 0
-; CHECK:         MustWriteAccess :=
+; CHECK:         MustWriteAccess := [Reduction like: 0]
 ; CHECK:             [N, M] -> { Stmt_bb1[i0, i1] -> MemRef_a[-1152 + 768M + 897i0 + 128i1] };
 ; CHECK: }
index a37eb40..9340810 100644 (file)
@@ -30,6 +30,5 @@ return:                                           ; preds = %bb, %entry
 ; CHECK:            [N] -> { Stmt_bb[i0] : i0 >= 0 and i0 <= -1 + N };
 ; CHECK:        Scattering :=
 ; CHECK:            [N] -> { Stmt_bb[i0] -> scattering[0, i0, 0] };
-; CHECK:    Reduction like: 0
-; CHECK:        MustWriteAccess :=
+; CHECK:        MustWriteAccess := [Reduction like: 0]
 ; CHECK:            [N] -> { Stmt_bb[i0] -> MemRef_a[i0] };