mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-17 00:57:54 +00:00
Minor change. Since the checks are equivalent, use isMMX
llvm-svn: 113239
This commit is contained in:
parent
e9dcee0a69
commit
e6f7e4684d
@ -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