mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-13 06:34:24 +00:00
Minor change. Since the checks are equivalent, use isMMX
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
49be606954
commit
67fc1e76d4
@ -5475,7 +5475,7 @@ X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
|
||||
// Only a few shuffle masks are handled for 64-bit vectors (MMX), and
|
||||
// 64-bit vectors which made to this point can't be handled, they are
|
||||
// expanded.
|
||||
if (VT.getSizeInBits() == 64)
|
||||
if (isMMX)
|
||||
return SDValue();
|
||||
|
||||
if (ShuffleVectorSDNode::isSplatMask(&M[0], VT) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user