Files
clang-p2996/polly/lib/External/isl/test_inputs/schedule/fork3.sc
Michael Kruse a749e09e18 [Polly] Update ISL to isl-0.25-193-g8621c60c.
The bugfix https://reviews.llvm.org/D142308 might already have been
fixed upstream.
2023-01-25 10:47:37 -06:00

8 lines
326 B
Python

# 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[]; D[]; E[]; F[]; G[] }
validity:
{ A[] -> C[]; B[] -> C[]; C[] -> E[]; D[] -> E[]; E[] -> F[]; E[] -> G[];
A[] -> G[]; B[] -> E[] }