diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/unroll8.st')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/unroll8.st | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/unroll8.st b/polly/lib/External/isl/test_inputs/codegen/unroll8.st new file mode 100644 index 00000000000..94fb49ea1e7 --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/unroll8.st @@ -0,0 +1,5 @@ +# Check that options are adjusted by shifted stride detection +domain: "{ A[i,j] : 0 <= i < 100 and 0 <= j < 2; B[i,j] : 0 <= i < 100 and 0 <= j < 2 }" +child: + schedule: "[{ A[i,j] -> [2i]; B[i,j] -> [2i+1] }, { A[i,j] -> [j]; B[i,j] -> [j]}]" + options: "{ unroll[1] }" |