brintos

brintos / llvm-project-archived public Read only

0
0
Text · 305 B · 86b0dd1 Raw
6 lines · plain
1# Check that use of isolate option prevents shifted stride detection2domain: "{ A[i,j] : 0 <= i < 100 and 0 <= j < 2; B[i,j] : 0 <= i < 100 and 0 <= j < 2 }"3child:4  schedule: "[{ A[i,j] -> [2i]; B[i,j] -> [2i+1] }, { A[i,j] -> [j]; B[i,j] -> [j]}]"5  options: "{ isolate[[] -> [x, y]] : 10 <= x < 90 }"6