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