mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Previous isMOVLMask matching already emits targets nodes, remove check
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113047 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e09abcd3c4
commit
d344f28b9d
@ -5471,7 +5471,6 @@ X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
|
|||||||
// FIXME: pshufb, blends, shifts.
|
// FIXME: pshufb, blends, shifts.
|
||||||
if (VT.getVectorNumElements() == 2 ||
|
if (VT.getVectorNumElements() == 2 ||
|
||||||
ShuffleVectorSDNode::isSplatMask(&M[0], VT) ||
|
ShuffleVectorSDNode::isSplatMask(&M[0], VT) ||
|
||||||
isMOVLMask(M, VT) ||
|
|
||||||
isSHUFPMask(M, VT) ||
|
isSHUFPMask(M, VT) ||
|
||||||
isPSHUFHWMask(M, VT) ||
|
isPSHUFHWMask(M, VT) ||
|
||||||
isPSHUFLWMask(M, VT) ||
|
isPSHUFLWMask(M, VT) ||
|
||||||
|
Loading…
Reference in New Issue
Block a user