llvm-project/polly/lib/External/isl/test_inputs/codegen/unroll11.c

9 lines
114 B
C

{
if (t1 >= 126)
S(0, t1 - 384);
S(0, t1 - 256);
if (t1 >= 126)
S(1, t1 - 384);
S(1, t1 - 256);
}