xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/unroll10.st (revision 1de4e381ca058f8afa2c2b47d33f28e7a055eb0b)
1# Check that all information is taken into account while trying to unroll
2domain: "[m,n] -> { A[i] : 0 <= i < n,m }"
3child:
4  context: "[m,n] -> { [] : m <= 10 or n <= 10 }"
5  child:
6    schedule: "[{ A[i] -> [i] }]"
7    options: "{ unroll[x] }"
8