isl_basic_set_sort_constraints: take into account all coefficients
[isl.git] / test_inputs / codegen / cloog / tiling.c
blob8cbaf8c4e3a2a10114756f08ead0c7e38471ef05
1 for (int c0 = 0; c0 <= n / 10; c0 += 1)
2 for (int c1 = 10 * c0; c1 <= min(10 * c0 + 9, n); c1 += 1)
3 S1(c0, c1);