[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / stride.in
blobb01c56617d7b3e6978710492aee05b905b97022d
1 # Check that we find a common stride on the first dimension
2 # even if it is imposed by different inner dimensions
3 { A[i,k] -> [i,0,j,k] : 0 <= i,k <= 100 and i = 2 j;
4   B[i,k] -> [i,1,k,j] : 0 <= i,k <= 100 and i = 2 j }
5 { : }
6 { }