According to the docs, it is possible to have an
authorDuncan Sands <baldrick@free.fr>
Mon, 14 Jul 2008 17:27:46 +0000 (17:27 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 14 Jul 2008 17:27:46 +0000 (17:27 +0000)
commit8cc364c5cc210c56808011a5ebad28a719f106b7
tree65db430ceece88c9a4810bf5cfdd0cfef517ad97
parent28c05ac995c8063ecf4e05ef7c0879467ca98221
According to the docs, it is possible to have an
extending load of a vector.  Handle this case when
splitting vector loads.  I'm not completely sure
what is supposed to happen, but I think it means
hi should be set to undef.  LegalizeDAG does not
consider this case.

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