xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/unroll9.st (revision 1de4e381ca058f8afa2c2b47d33f28e7a055eb0b)
1*1de4e381STobias Grosser# Check that options are interpreted locally
2*1de4e381STobias Grosserdomain: "{ A[i,j,k] : 0 <= i,k < 100 and 0 <= j < 2; B[i,j,k] : 0 <= i,k < 100 and 0 <= j < 2 }"
3*1de4e381STobias Grosserchild:
4*1de4e381STobias Grosser  schedule: "[{ A[i,j,k] -> [k]; B[i,j,k] -> [k] }]"
5*1de4e381STobias Grosser  child:
6*1de4e381STobias Grosser    schedule: "[{ A[i,j,k] -> [2i]; B[i,j,k] -> [2i+1] }, { A[i,j,k] -> [j]; B[i,j,k] -> [j]}]"
7*1de4e381STobias Grosser    options: "{ unroll[1] }"
8