xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/unroll10.in (revision 5971e316fdea024efff6be8f03536623db06833e)
1# Check that all information is taken into account while trying to unroll
2[m,n] -> { A[i] -> [i] : 0 <= i < n,m }
3[m,n] -> { : m <= 10 or n <= 10 }
4{ [i] -> unroll[x] }
5