From: Bruno Cardoso Lopes Date: Sat, 4 Sep 2010 00:46:16 +0000 (+0000) Subject: One more check from the original isShuffleMaskLegal goes away X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e09abcd3c46f7ff5e56ea3e4483b5760539e4c0a;p=oota-llvm.git One more check from the original isShuffleMaskLegal goes away git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113045 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index a00434a4397..235928ba9f7 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -5473,7 +5473,6 @@ X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const { ShuffleVectorSDNode::isSplatMask(&M[0], VT) || isMOVLMask(M, VT) || isSHUFPMask(M, VT) || - isPSHUFDMask(M, VT) || isPSHUFHWMask(M, VT) || isPSHUFLWMask(M, VT) || isPALIGNRMask(M, VT, Subtarget->hasSSSE3()))