brintos

brintos / llvm-project-archived public Read only

0
0
Text · 463 B · ea02538 Raw
11 lines · plain
1domain: "[n] -> { S1[i0, i1] : i0 >= 0 and i0 <= n and i1 >= 0 and i1 <= -15 + n; S2[i0, i1] : i0 >= 15 and i0 <= n and i1 >= 10 and i1 <= n }"2child:3  context: "[n] -> { [] : n >= 25 }"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