isl_ast_build_ast_from_schedule: avoid introducing iterator in hoisted condition
[platform/upstream/isl.git] / test_inputs / codegen / atomic.c
1 for (int c0 = 0; c0 <= 10; c0 += 1) {
2   if (c0 >= 1)
3     b(c0 - 1);
4   if (c0 <= 9)
5     a(c0);
6 }