diff options
Diffstat (limited to 'polly/test/Isl/CodeGen/exprModDiv___%for.cond---%for.end.jscop')
| -rw-r--r-- | polly/test/Isl/CodeGen/exprModDiv___%for.cond---%for.end.jscop | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/polly/test/Isl/CodeGen/exprModDiv___%for.cond---%for.end.jscop b/polly/test/Isl/CodeGen/exprModDiv___%for.cond---%for.end.jscop new file mode 100644 index 00000000000..5309f8ab577 --- /dev/null +++ b/polly/test/Isl/CodeGen/exprModDiv___%for.cond---%for.end.jscop @@ -0,0 +1,37 @@ +{ + "context" : "[N, p] -> { : N >= -9223372036854775808 and N <= 9223372036854775807 and p >= -9223372036854775808 and p <= 9223372036854775807 }", + "name" : "for.cond => for.end", + "statements" : [ + { + "accesses" : [ + { + "kind" : "read", + "relation" : "[N, p] -> { Stmt_for_body[i0] -> MemRef_A[i0 % 128] }" + }, + { + "kind" : "read", + "relation" : "[N, p] -> { Stmt_for_body[i0] -> MemRef_B[i0 / 128] }" + }, + { + "kind" : "read", + "relation" : "[N, p] -> { Stmt_for_body[i0] -> MemRef_A[p % 128] }" + }, + { + "kind" : "read", + "relation" : "[N, p] -> { Stmt_for_body[i0] -> MemRef_B[p / 128] }" + }, + { + "kind" : "read", + "relation" : "[N, p] -> { Stmt_for_body[i0] -> MemRef_C[i0] }" + }, + { + "kind" : "write", + "relation" : "[N, p] -> { Stmt_for_body[i0] -> MemRef_C[i0] }" + } + ], + "domain" : "[N, p] -> { Stmt_for_body[i0] : i0 >= 0 and N >= 1 and i0 <= -1 + N }", + "name" : "Stmt_for_body", + "schedule" : "[N, p] -> { Stmt_for_body[i0] -> [i0] }" + } + ] +} |

