This is an archive of the discontinued LLVM Phabricator instance.

[ConstantRange] Support subtraction in makeGuaranteedNoWrapRegion.
ClosedPublic

Authored by jgalenson on Nov 14 2017, 9:53 AM.

Details

Summary

Previously ConstantRange::makeGuaranteedNoWrapRegion only handled addition. This adds support for subtraction.

Diff Detail

Repository
rL LLVM

Event Timeline

jgalenson created this revision.Nov 14 2017, 9:53 AM
fhahn added a subscriber: fhahn.Nov 22 2017, 9:40 AM
sanjoy accepted this revision.Dec 4 2017, 10:58 AM

lgtm

This revision is now accepted and ready to land.Dec 4 2017, 10:58 AM
This revision was automatically updated to reflect the committed changes.