xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/unroll10.in (revision 52a25237d894fd5736a90f11df2c5c9391d13fd5)
1*52a25237STobias Grosser# Check that all information is taken into account while trying to unroll
2*52a25237STobias Grosser[m,n] -> { A[i] -> [i] : 0 <= i < n,m }
3*52a25237STobias Grosser[m,n] -> { : m <= 10 or n <= 10 }
4*52a25237STobias Grosser{ [i] -> unroll[x] }
5