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