isl_ast_build_ast_from_schedule: sort lower and upper bounds of for loops
[isl.git] / test_inputs / codegen / omega / syr2k-2.c
blobbb3ef7fa252b87043a2f80655eb25f107e22481a
1 for (int c0 = 1; c0 <= min(n, 2 * b - 1); c0 += 1)
2 for (int c1 = max(-n + 1, -b + 1); c1 <= min(b - c0, n - c0); c1 += 1)
3 for (int c2 = max(1, c0 + c1); c2 <= min(n, n + c1); c2 += 1)
4 s0(-c0 - c1 + c2 + 1, -c1 + c2, c2);