Fix a crash in ValueTracking. Add support for vectors of pointers.
authorNadav Rotem <nrotem@apple.com>
Thu, 25 Oct 2012 21:52:52 +0000 (21:52 +0000)
committerNadav Rotem <nrotem@apple.com>
Thu, 25 Oct 2012 21:52:52 +0000 (21:52 +0000)
commit4f3c676102bc69f10920d05313ac71cb180ecc75
tree77dda5322dce03c0419c4c078a2dd93e58abfc23
parentec13022c392747ef166e6be738fc6f00bd7c52d3
Fix a crash in ValueTracking. Add support for vectors of pointers.

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