Sign in
llvm
/
llvm-project
/
dda73336ad22bd0b5ecda17040c50fb10fcbe5fb
/
.
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
schedule
/
fork1.sc
blob: 8ae3240c93b2254a31ce0f8761ec056d3461d716 [
file
]
# 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
[]
}
validity
:
{
A
[]
->
C
[];
B
[]
->
C
[]
}