Skip to content

Commit 2f7af36

Browse files
committed
Previous isMOVLMask matching already emits targets nodes, remove check
llvm-svn: 113047
1 parent 56f4ee0 commit 2f7af36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5471,7 +5471,6 @@ X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
54715471
// FIXME: pshufb, blends, shifts.
54725472
if (VT.getVectorNumElements() == 2 ||
54735473
ShuffleVectorSDNode::isSplatMask(&M[0], VT) ||
5474-
isMOVLMask(M, VT) ||
54755474
isSHUFPMask(M, VT) ||
54765475
isPSHUFHWMask(M, VT) ||
54775476
isPSHUFLWMask(M, VT) ||

0 commit comments

Comments
 (0)