xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/unroll10.st (revision 5971e316fdea024efff6be8f03536623db06833e)
1*5971e316Smrg# Check that all information is taken into account while trying to unroll
2*5971e316Smrgdomain: "[m,n] -> { A[i] : 0 <= i < n,m }"
3*5971e316Smrgchild:
4*5971e316Smrg  context: "[m,n] -> { [] : m <= 10 or n <= 10 }"
5*5971e316Smrg  child:
6*5971e316Smrg    schedule: "[{ A[i] -> [i] }]"
7*5971e316Smrg    options: "{ unroll[x] }"
8