brintos

brintos / llvm-project-archived public Read only

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