diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/iftest2.st')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/cloog/iftest2.st | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/iftest2.st b/polly/lib/External/isl/test_inputs/codegen/cloog/iftest2.st new file mode 100644 index 00000000000..f073f5cf5f4 --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/cloog/iftest2.st @@ -0,0 +1,6 @@ +domain: "[M, N] -> { S1[i0, i1] : (i0 >= M and i0 <= N and i1 >= 1 and i1 <= M) or (i0 >= 1 and i0 <= N and i0 <= 2M and i1 >= 1 and i1 <= M) }" +child: + context: "[M, N] -> { [] }" + child: + schedule: "[M, N] -> [{ S1[i0, i1] -> [(i0)] }, { S1[i0, i1] -> [(i1)] }]" + options: "[M, N] -> { separate[i0] }" |