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