brintos

brintos / llvm-project-archived public Read only

0
0
Text · 333 B · fe1230d Raw
10 lines · plain
1domain: "[M] -> { S1[i0, i1] : i0 >= 0 and i0 <= -1 + M and i1 >= 0 and i1 <= -1 + M }"2child:3  context: "[M] -> { [] : M >= 1 }"4  child:5    schedule: "[M] -> [{ S1[i0, i1] -> [(i0)] }]"6    options: "[M] -> { separate[i0] }"7    child:8      schedule: "[M] -> [{ S1[i0, i1] -> [(i1)] }]"9      options: "[M] -> { separate[i0] }"10