[ConstantRange] Generalize makeGuaranteedNoWrapRegion to work on ranges
authorSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 3 Mar 2016 18:31:16 +0000 (18:31 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 3 Mar 2016 18:31:16 +0000 (18:31 +0000)
commitf3867e64a82570990461e377c44887a310389ce8
tree724d61721b77236c6c964a53e17dc24b5a45dcd2
parent3035719c86812d83e0bf9320ba5153a219f4635c
[ConstantRange] Generalize makeGuaranteedNoWrapRegion to work on ranges

This will be used in a later patch to ScalarEvolution.  Right now only
the unit tests exercise the newly added code.

llvm-svn: 262637
llvm/include/llvm/IR/ConstantRange.h
llvm/lib/IR/ConstantRange.cpp
llvm/unittests/IR/ConstantRangeTest.cpp