summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/omega/ge-0.c
blob: 1c22a5d9b0ae2f847244873c0464b3adf5db2a95 (plain)
1
2
3
4
5
6
7
for (int c0 = 2; c0 <= n; c0 += 1)
  for (int c1 = 1; c1 <= n; c1 += 1) {
    for (int c3 = 1; c3 < min(c0, c1); c3 += 1)
      s1(c3, c0, c1);
    if (c0 >= c1 + 1)
      s0(c1, c0);
  }
OpenPOWER on IntegriCloud