Blame isl-0.16.1/test_inputs/codegen/omega/wak3-0.c

Packit fb9d21
for (int c0 = a; c0 <= b + 20; c0 += 1) {
Packit fb9d21
  if (b >= c0)
Packit fb9d21
    s0(c0);
Packit fb9d21
  if (c0 >= a + 10 && b + 10 >= c0)
Packit fb9d21
    s1(c0);
Packit fb9d21
  if (c0 >= a + 20)
Packit fb9d21
    s2(c0);
Packit fb9d21
}