Files
clang-p2996/polly/lib/External/isl/test_inputs/codegen/component7.c
Tobias Grosser 6135b0fe83 Update isl to isl-0.19-107-gc4fe33d8
This is a regular maintenance update.

llvm-svn: 330496
2018-04-21 08:34:22 +00:00

7 lines
119 B
C

{
S();
for (int c0 = 0; c0 < K; c0 += 32)
for (int c1 = c0; c1 <= min(K - 1, c0 + 31); c1 += 1)
T(c1);
}