Blame isl-0.14/test_inputs/codegen/unroll7.in

Packit fb9d21
# Check that some code is generated.
Packit fb9d21
# Older versions of isl would abort on unknown divs.
Packit fb9d21
{ S[i,j] -> [i,j]: exists (alpha, beta: j=i+4alpha +3beta and 0 <= alpha < 24 and 0 <= beta and 0 <= i,j < 5) }
Packit fb9d21
{ : }
Packit fb9d21
{ [i,j] -> unroll[x] }