isl_tab_basic_map_partial_lexopt: detect modulos and integer divisions
[isl.git] / test_inputs / codegen / unroll7.in
blob494e5975564bbc3b54cd55d3f39ccc9bb13e7321
1 # Check that some code is generated.
2 # Older versions of isl would abort on unknown divs.
3 { S[i,j] -> [i,j]: exists (alpha, beta: j=i+4alpha +3beta and 0 <= alpha < 24 and 0 <= beta and 0 <= i,j < 5) }
4 { : }
5 { [i,j] -> unroll[x] }