brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · c797820 Raw
5 lines · plain
1sink: { S[] -> a[] }2must_source: { T[i] -> a[] : 0 <= i < 10 and i mod 2 = 0 }3may_source: { T[i] -> a[] : 0 <= i < 10 and i mod 2 = 1 }4schedule_map: { T[i] -> [0,i]; S[] -> [1,0] }5