xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/component7.c (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
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);
5