summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/unroll8.st
blob: 94fb49ea1e7bf2a9e3da5e8e662336fbebc0358b (plain)
1
2
3
4
5
# Check that options are adjusted by shifted stride detection
domain: "{ A[i,j] : 0 <= i < 100 and 0 <= j < 2; B[i,j] : 0 <= i < 100 and 0 <= j < 2 }"
child:
  schedule: "[{ A[i,j] -> [2i]; B[i,j] -> [2i+1] }, { A[i,j] -> [j]; B[i,j] -> [j]}]"
  options: "{ unroll[1] }"
OpenPOWER on IntegriCloud