Make ConstantRange::makeICmpRegion handle all the edge cases properly. This
authorNick Lewycky <nicholas@mxc.ca>
Tue, 28 Sep 2010 18:18:36 +0000 (18:18 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 28 Sep 2010 18:18:36 +0000 (18:18 +0000)
commitf2d7b7c879548090beae51b21c4b363da7dbbaad
treebd045e2df7d447337919528ebdb4ec565a94d4fe
parent1a7ca0354a44e321d5f4839a73239e6eaec54ad5
Make ConstantRange::makeICmpRegion handle all the edge cases properly. This
also fixes PR8250.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114972 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/ConstantRange.cpp
unittests/Support/ConstantRangeTest.cpp