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