brintos

brintos / llvm-project-archived public Read only

0
0
Text · 246 B · 77c5b19 Raw
8 lines · plain
1# Check that all information is taken into account while trying to unroll2domain: "[m,n] -> { A[i] : 0 <= i < n,m }"3child:4  context: "[m,n] -> { [] : m <= 10 or n <= 10 }"5  child:6    schedule: "[{ A[i] -> [i] }]"7    options: "{ unroll[x] }"8