Commit 9f8e7041 authored by Bruno Cardoso Lopes's avatar Bruno Cardoso Lopes
Browse files

One more check from the original isShuffleMaskLegal goes away

llvm-svn: 113045
parent 16959372
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()))