llvm-project/polly/lib/External/isl/test_inputs/codegen/cloog/union.c

8 lines
130 B
C

if (M >= 11) {
for (int c0 = -100; c0 <= 0; c0 += 1)
S1(-c0);
} else {
for (int c0 = 0; c0 <= 100; c0 += 1)
S1(c0);
}