Commit d1dacc57 authored by Bruno Cardoso Lopes's avatar Bruno Cardoso Lopes
Browse files

Remove check for unpckl mask

llvm-svn: 113034
parent 09c0eb15
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5494,7 +5494,6 @@ X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
      isPSHUFHWMask(M, VT) ||
      isPSHUFLWMask(M, VT) ||
      isPALIGNRMask(M, VT, Subtarget->hasSSSE3()) ||
      isUNPCKLMask(M, VT) ||
      isUNPCKHMask(M, VT) ||
      isUNPCKL_v_undef_Mask(M, VT) ||
      isUNPCKH_v_undef_Mask(M, VT))