Files
clang-p2996/polly/lib/External/isl/test_inputs/codegen/isolate3.c
Tobias Grosser 1de4e381ca Update isl to 94d707d
The major improvements are:

  - Extended schedule tree support
  - AST generation from schedule trees

llvm-svn: 232709
2015-03-19 07:27:29 +00:00

18 lines
201 B
C

{
for (int c0 = 0; c0 <= 9; c0 += 1)
A(c0);
A(10);
A(11);
A(12);
A(13);
A(14);
A(15);
A(16);
A(17);
A(18);
A(19);
A(20);
for (int c0 = 21; c0 <= 99; c0 += 1)
A(c0);
}