When generating a vector the really slow way, via loads
authorDale Johannesen <dalej@apple.com>
Sat, 21 Nov 2009 00:53:23 +0000 (00:53 +0000)
committerDale Johannesen <dalej@apple.com>
Sat, 21 Nov 2009 00:53:23 +0000 (00:53 +0000)
commit5b8bce11d60694a651965cf019b9cb5d84ed3b90
treea9e6d8ba07e32b14f296640422da29c527ec1bdc
parent6f01d9c2f0a97b0dccde93a232c88f088877819f
When generating a vector the really slow way, via loads
and stores, handle the case where the element size is not
a valid target type correctly (PPC).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89521 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
test/CodeGen/PowerPC/vec_buildvector_loadstore.ll [new file with mode: 0644]