Fix a crash in SimpliftDemandedBits of vectors of pointers.
authorNadav Rotem <nrotem@apple.com>
Fri, 26 Oct 2012 17:17:05 +0000 (17:17 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 26 Oct 2012 17:17:05 +0000 (17:17 +0000)
commit12145f0339648426af2a33ed50c11de7cfcdbdf8
tree9c6bfe21c74c327bbb74831708016e8d75ea3147
parentaf8082206beb2a9ddaa7380e735d1ae1c221bce6
Fix a crash in SimpliftDemandedBits of vectors of pointers.

PR14183.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166785 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ValueTracking.cpp
test/Transforms/InstCombine/2012-10-25-vector-of-pointers.ll [new file with mode: 0644]