[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / omega / wak3-0.c
blob06be04aae784efea1e860e9bb14de236cd085b2c
1 for (int c0 = a; c0 <= b + 20; c0 += 1) {
2 if (b >= c0)
3 s0(c0);
4 if (c0 >= a + 10 && b + 10 >= c0)
5 s1(c0);
6 if (c0 >= a + 20)
7 s2(c0);