[llvm] [SimplifyCFG] Fix the compile crash for invalid upper bound value (PR #71351)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 01:18:30 PST 2023
vfdff wrote:
Update and use `UpperBound.getZExtValue() > CR.getLower().getZExtValue()` to avoid involving wrap.
https://github.com/llvm/llvm-project/pull/71351
More information about the llvm-commits
mailing list