[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / component7.c
blob04218f9e440f920b747a800b9f790155d25f7ca0
1 S();
2 for (int c0 = 0; c0 < K; c0 += 32)
3 for (int c1 = c0; c1 <= min(K - 1, c0 + 31); c1 += 1)
4 T(c1);