xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/unroll11.c (revision a54eb9b7c509490f1e3cecba489de14a58699192)
1 if (t1 >= 126)
2   S(0, t1 - 384);
3 S(0, t1 - 256);
4 if (t1 >= 126)
5   S(1, t1 - 384);
6 S(1, t1 - 256);
7