blob: f90bd883d77a237f09c23fbb381e0bcb9aed74e9 (
plain)
1
2
3
4
5
|
# Check that the Feautrier schedule is not confused by
# compressed nodes in a subgraph of the original dependence graph.
# OPTIONS: --schedule-algorithm=feautrier
domain: { A[]; B[0]; C[] }
validity: { A[] -> B[0] }
|