add support for generating ASTs from schedule relations
[isl.git] / test_inputs / codegen / omega / m3-0.c
blob21a6f8efcd9432ef408c13af4cb4f26f3508716e
1 for (int c0 = -9; c0 <= 9; c0 += 1)
2 for (int c1 = max(-c0 + 1, 1); c1 <= min(-c0 + 10, 10); c1 += 1)
3 s0(c0, c1);