[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / schedule / fork3.sc
blob5d164584e599f1b86748692e17d07b2f6e9de637
1 # Check the decomposition of the topological sort.
2 # This decomposition is only performed by the incremental scheduler.
3 # OPTIONS: --no-schedule-whole-component
4 domain: { A[]; B[]; C[]; D[]; E[]; F[]; G[] }
5 validity:
6     { A[] -> C[]; B[] -> C[]; C[] -> E[]; D[] -> E[]; E[] -> F[]; E[] -> G[];
7       A[] -> G[]; B[] -> E[] }