[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / component5.st
blob1d228982dfa384fb2d88ef925419391393ec4a99
1 domain: "{ A[i] : 0 <= i < 10; B[i,j] : 0 <= i,j < 10 }"
2 child:
3   schedule: "[{ A[i] -> [0]; B[i,j] -> [i] }]"
4   child:
5     schedule: "[{ A[i] -> [i]; B[i,j] -> [j] }]"
6     child:
7       sequence:
8       - filter: "{ A[i] }"
9       - filter: "{ B[i,j] }"