summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/pldi2012/figure8_b.c
blob: 94559693fd98ce07c7721f7c3f15dee862951d37 (plain)
1
2
3
4
5
6
7
8
{
  for (int c0 = 2; c0 < n - 1; c0 += 4) {
    s1(c0);
    s0(c0 + 2);
  }
  if (n >= 1 && n % 4 >= 2)
    s1(-(n % 4) + n + 2);
}
OpenPOWER on IntegriCloud