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