We add a new helper function addWithNoWrap in https://reviews.llvm.org/D67339.
Use it to replace addWithNoSignedWrap.
Details
Details
- Reviewers
nikic lebedev.ri reames RKSimon xbolva00
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This seems like a no-review NFC cleanup to me, the addWithNoWrap() is expected to be at least not worse.
Thanks for going through adding the addWithNoWrap()!