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