[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / gemm.c
blobd309b23dd8d8f3c710cb270624262fdea4e85f00
1 for (int c0 = 0; c0 < ni; c0 += 1)
2 for (int c1 = 0; c1 < nj; c1 += 1) {
3 S_2(c0, c1);
4 for (int c2 = 0; c2 < nk; c2 += 1)
5 S_4(c0, c1, c2);