When computing the value on an edge, in certain cases LVI would fail to compute the...
authorOwen Anderson <resistor@mac.com>
Wed, 5 Jan 2011 21:37:18 +0000 (21:37 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 5 Jan 2011 21:37:18 +0000 (21:37 +0000)
commitbe41901d5a8b48ef6587a9f4c688376033e4a590
tree54f26adc6382fc1c0b6a9a47e15a728ab1f98f6e
parentbfb7dd9e9ed26aba40febe726dc46bcd4426d8ae
When computing the value on an edge, in certain cases LVI would fail to compute the value range
in the predecessor block, leading to an incorrect conclusion for the edge value.  Found by inspection.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122908 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LazyValueInfo.cpp