Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git] / llvm / test / Analysis / ScalarEvolution / multiple-max-iterations.ll
blob45fa221c80eda560780747313d34d6a85310e10c
1 ; Ensure we can pass -scalar-evolution-max-iterations multiple times
2 ; RUN: opt -S -passes='require<scalar-evolution>' -scalar-evolution-max-iterations=42 -scalar-evolution-max-iterations=42 < %s