Get this working with LegalizeTypes: (1) don't
authorDuncan Sands <baldrick@free.fr>
Wed, 22 Oct 2008 11:24:12 +0000 (11:24 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 22 Oct 2008 11:24:12 +0000 (11:24 +0000)
commit6b6aeb3806a877fb2a290450fe4761e2eeab50e2
tree9921878b1af56d3049b5dd2ec652114e6c670e36
parentcc499a40026a47f68a9b43dfc049656afd6e832c
Get this working with LegalizeTypes: (1) don't
assume that i64 has been turned into a BUILD_PAIR
node (when called from LegalizeTypes this hasn't
happened yet) and don't use a vector shuffle mask
with an illegal element type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57972 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp