[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / unroll.in
blob65561e2b8de28b0620924f5237ea47694df9738e
1 # Test that unrolling takes into account stride constraints.
2 # If it didn't, it would run essentially forever on this example.
3 [n] -> { A[i] -> [i] : exists a : i = 100000000 a and 0 <= a <= 2 }
4 {:}
5 { [i] -> unroll[0] }