summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/lineality-1-2.c
blob: bb1e0718719fe910512323b8a2dd9022bcf0c72c (plain)
1
2
3
4
5
6
7
8
for (int c0 = 1; c0 <= M; c0 += 1) {
  for (int c1 = 1; c1 < c0; c1 += 1)
    S1(c0, c1);
  S1(c0, c0);
  S2(c0, c0);
  for (int c1 = c0 + 1; c1 <= M; c1 += 1)
    S1(c0, c1);
}
OpenPOWER on IntegriCloud