Make ConstantRange::makeICmpRegion handle all the edge cases properly. This
commit5a5040df00e89033351261439d6249cd84d5b0a0
authorNick Lewycky <nicholas@mxc.ca>
Tue, 28 Sep 2010 18:18:36 +0000 (28 18:18 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 28 Sep 2010 18:18:36 +0000 (28 18:18 +0000)
treebd045e2df7d447337919528ebdb4ec565a94d4fe
parent61167333d23652de1c0863ca9231551eb5bbca43
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