summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/logopar.st
blob: 8ed609b4ae62866cfb08352291fe1454468e2f00 (plain)
1
2
3
4
5
6
7
8
9
10
domain: "[m, n] -> { S1[i0, i1] : i0 >= 1 and i1 <= m and i1 >= -1 + i0; S2[i0, i1] : i0 >= 2 and i0 <= n and i1 >= 0 and i1 <= n }"
child:
  context: "[m, n] -> { [] : n <= m and m >= 0 and n >= 2 }"
  child:
    schedule: "[m, n] -> [{ S2[i0, i1] -> [(i0)]; S1[i0, i1] -> [(i0)] }, { S2[i0, i1] -> [(i1)]; S1[i0, i1] -> [(i1)] }]"
    options: "[m, n] -> { separate[i0] }"
    child:
      sequence:
      - filter: "[m, n] -> { S1[i0, i1] }"
      - filter: "[m, n] -> { S2[i0, i1] }"
OpenPOWER on IntegriCloud