summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/shift_unroll.c
blob: 2a38286272cdaa2e11cfaaecbcf86692873f6707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
for (int c0 = 0; c0 <= 9; c0 += 1) {
  A(c0, 0);
  A(c0, 1);
  A(c0, 2);
  A(c0, 3);
  A(c0, 4);
  A(c0, 5);
  A(c0, 6);
  A(c0, 7);
  A(c0, 8);
  A(c0, 9);
  for (int c2 = 0; c2 <= 9; c2 += 1)
    B(c0, c2);
}
OpenPOWER on IntegriCloud