mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 05:32:22 +00:00
Remove the last bit of isShuffleMaskLegal checks and improve the comment regarding mmx shuffles
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
828f6ae03c
commit
2eb63dfa0a
@ -5472,14 +5472,12 @@ X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
|
||||
X86::getShufflePALIGNRImmediate(SVOp),
|
||||
DAG);
|
||||
|
||||
// MMX shuffles not already handled must be expanded.
|
||||
// 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)
|
||||
return SDValue();
|
||||
|
||||
// FIXME: pshufb, blends, shifts.
|
||||
if (VT.getVectorNumElements() == 2)
|
||||
return Op;
|
||||
|
||||
if (ShuffleVectorSDNode::isSplatMask(&M[0], VT) &&
|
||||
SVOp->getSplatIndex() == 0 && V2IsUndef) {
|
||||
if (VT == MVT::v2f64)
|
||||
|
Loading…
x
Reference in New Issue
Block a user