[InstCombine] Signed saturation tests. NFC
[llvm-core.git] / test / Analysis / ScalarEvolution / multiple-max-iterations.ll
blob4686a2024e33e16ccc14f31dcbbac31c4b22f46f
1 ; Ensure we can pass -scalar-evolution-max-iterations multiple times
2 ; RUN: opt -S -scalar-evolution -scalar-evolution-max-iterations=42 -scalar-evolution-max-iterations=42 < %s