brintos

brintos / llvm-project-archived public Read only

0
0
Text · 197 B · 32cbb8c Raw
7 lines · plain
1domain: "[n] -> { S1[i] : i >= n and i <= 1 + n and n <= 9 and i >= 0 }"2child:3  context: "[n] -> { [] }"4  child:5    schedule: "[n] -> [{ S1[i] -> [(i)] }]"6    options: "[n] -> { unroll[i0] }"7