summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/component6.st
blob: d13e8bfcacf3dafabac09afbf4bab746b9e406fc (plain)
1
2
3
4
5
6
7
8
9
10
# Check that components are still detected in presence of nested context node
domain: "{ A[]; B[i] : 0 <= i < 10 }"
child:
  schedule: "[{ A[] -> [0]; B[i] -> [i] }]"
  child:
    context: "[n] -> { [i] : 0 <= n <= i }"
    child:
      sequence:
      - filter: "{ A[] }"
      - filter: "{ B[i] }"
OpenPOWER on IntegriCloud