isl_ast_build_ast_from_schedule: sort lower and upper bounds of for loops
[isl.git] / test_inputs / codegen / omega / hpf-0.c
blob6b38972f7a147abfcd19b61cfabe420e05a8123d
1 if (P1 == P2 && P2 >= 0 && P2 <= 3)
2 for (int c0 = 0; c0 <= min(2, -P2 + 4); c0 += 1)
3 for (int c2 = (-P2 - c0 + 6) % 3; c2 <= 3; c2 += 3)
4 s0(c0, c0, c2, c2);