repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git]
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
schedule
/
fork2.sc
blob
2c7d8d02a3f855db26e23f2c48406310b999952e
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[] }
5
validity: { A[] -> B[]; B[] -> C[] }