brintos

brintos / llvm-project-archived public Read only

0
0
Text · 169 B · 5890c4e Raw
5 lines · plain
1# Check that all information is taken into account while trying to unroll2[m,n] -> { A[i] -> [i] : 0 <= i < n,m }3[m,n] -> { : m <= 10 or n <= 10 }4{ [i] -> unroll[x] }5