repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
isl_transitive_closure.c: add_length: reuse increment
[isl.git]
/
test_inputs
/
codegen
/
component6.st
blob
d13e8bfcacf3dafabac09afbf4bab746b9e406fc
1
# Check that components are still detected in presence of nested context node
2
domain: "{ A[]; B[i] : 0 <= i < 10 }"
3
child:
4
schedule: "[{ A[] -> [0]; B[i] -> [i] }]"
5
child:
6
context: "[n] -> { [i] : 0 <= n <= i }"
7
child:
8
sequence:
9
- filter: "{ A[] }"
10
- filter: "{ B[i] }"