summaryrefslogtreecommitdiff
path: root/polly/lib/External/isl/test_inputs/schedule/fork2.sc
blob: 2c7d8d02a3f855db26e23f2c48406310b999952e (plain)
1
2
3
4
5
# Check the decomposition of the topological sort.
# This decomposition is only performed by the incremental scheduler.
# OPTIONS: --no-schedule-whole-component
domain: { A[]; B[]; C[] }
validity: { A[] -> B[]; B[] -> C[] }