Sign in
llvm
/
llvm-project
/
dda73336ad22bd0b5ecda17040c50fb10fcbe5fb
/
.
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
schedule
/
fork2.sc
blob: 2c7d8d02a3f855db26e23f2c48406310b999952e [
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
[]
->
B
[];
B
[]
->
C
[]
}