brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · 2eed716 Raw
9 lines · plain
1domain: "{ a[i] : 0 <= i < 10; b[i] : 0 <= i < 10 }"2child:3  schedule: "[{ a[i] -> [i]; b[i] -> [i+1] }]"4  options: "{ separate[x] }"5  child:6    sequence:7    - filter: "{ a[i] }"8    - filter: "{ b[i] }"9