xref: /netbsd-src/external/mit/isl/dist/test_inputs/schedule/fork3.sc (revision 5971e316fdea024efff6be8f03536623db06833e)
1# Check the decomposition of the topological sort.
2# This decomposition is only performed by the incremental scheduler.
3# OPTIONS: --no-schedule-whole-component
4domain: { A[]; B[]; C[]; D[]; E[]; F[]; G[] }
5validity:
6    { A[] -> C[]; B[] -> C[]; C[] -> E[]; D[] -> E[]; E[] -> F[]; E[] -> G[];
7      A[] -> G[]; B[] -> E[] }
8