xref: /netbsd-src/external/mit/isl/dist/test_inputs/schedule/fork2.sc (revision 4439cfd0acf9c7dc90625e5cd83b2317a9ab8967)
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[] }
5validity: { A[] -> B[]; B[] -> C[] }
6