Blame isl-0.16.1/test_inputs/codegen/unroll10.in

Packit fb9d21
# Check that all information is taken into account while trying to unroll
Packit fb9d21
[m,n] -> { A[i] -> [i] : 0 <= i < n,m }
Packit fb9d21
[m,n] -> { : m <= 10 or n <= 10 }
Packit fb9d21
{ [i] -> unroll[x] }