brintos

brintos / llvm-project-archived public Read only

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