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)
commit662c1d2770c829222c9cb3f0c3bff167b561483f
treec7bf17f52b360208c3f47dda7953cc30201128e0
parentaf3f397b10da571d108327d3c0d60e8dc85024e8
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.

llvm-svn: 230278
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp