This will allow a later patch to JumpThreading use this functionality.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Analysis/ValueTracking.cpp | ||
---|---|---|
3944 ↗ | (On Diff #38086) | Does this need to be here? add nuw can never decrease a number in unsigned-comparison space. |
lib/Analysis/ValueTracking.cpp | ||
---|---|---|
3944 ↗ | (On Diff #38086) | You're right, but I'm only moving the code, and I'd rather have this change not have any semantic effects. I'll fix this up in a later commit. |