summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/test/yosr.c
blob: 341c7871634566c8bc2f0292fed25da778fbb857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Generated from ../../../git/cloog/test/yosr.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
if (n >= 2) {
  for (j=2;j<=n;j++) {
    S1(1,j) ;
  }
  for (proc=2;proc<=n-1;proc++) {
    for (i=1;i<=proc-1;i++) {
      for (j=i+1;j<=n;j++) {
        S2(i,j,proc) ;
      }
    }
    for (j=proc+1;j<=n;j++) {
      S1(proc,j) ;
    }
  }
  for (i=1;i<=n-1;i++) {
    for (j=i+1;j<=n;j++) {
      S2(i,j,n) ;
    }
  }
}