summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/flow/multi_source4-tree.ai
blob: 431ac76d29b15141eec1a2f4b06c55d2d51d1d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
sink: "{ S[] -> a[] }"
must_source: "{ T[] -> a[]; U[] -> a[] }"
may_source: "{ V[] -> a[] }"
schedule:
  domain: "{ S[]; U[]; T[]; V[] }"
  child:
    sequence:
    - filter: "{ U[]; T[]; V[] }"
      child:
        sequence:
        - filter: "{ U[] }"
        - filter: "{ V[]; T[] }"
    - filter: "{ S[] }"
OpenPOWER on IntegriCloud