brintos

brintos / llvm-project-archived public Read only

0
0
Text · 474 B · a7f4c26 Raw
11 lines · plain
1domain: "[m, n] -> { S1[i0] : (i0 >= 1 and i0 <= n and i0 <= 2m) or (i0 >= m and i0 >= 1 and i0 <= n); S2[i0, i1] : i0 >= 1 and i0 <= n and i1 >= 1 and i1 <= m }"2child:3  context: "[m, n] -> { [] }"4  child:5    schedule: "[m, n] -> [{ S1[i0] -> [(i0)]; S2[i0, i1] -> [(i0)] }, { S1[i0] -> [(0)]; S2[i0, i1] -> [(i1)] }]"6    options: "[m, n] -> { separate[i0] }"7    child:8      sequence:9      - filter: "[m, n] -> { S1[i0] }"10      - filter: "[m, n] -> { S2[i0, i1] }"11