mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Remove now useless check, because the code can be matched below, no need to leave it for isel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113242 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b52d44a0e6
commit
673bf78bb5
@ -5273,7 +5273,7 @@ X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
|
||||
|
||||
// Promote splats to v4f32.
|
||||
if (SVOp->isSplat()) {
|
||||
if (isMMX || NumElems < 4)
|
||||
if (isMMX)
|
||||
return Op;
|
||||
return PromoteSplat(SVOp, DAG);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user