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