Fix based on post-commit comment on D7816 & rL230177 - BUILD_VECTOR operand truncatio...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 23 Feb 2015 23:04:28 +0000 (23:04 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 23 Feb 2015 23:04:28 +0000 (23:04 +0000)
commita631cd85ca010f303e64362a03bd8ecce8b3a2fc
tree82c020e7bcaa6efe02e0bb89c8f5c8102fa70679
parent770e106ed6083a62c67ff7da6accab4c88c77f60
Fix based on post-commit comment on D7816 & rL230177 - BUILD_VECTOR operand truncation was using the the BV's output scalar type instead of the input type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230278 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp