forked from OSchip/llvm-project
[x86] Remove a FIXME that doesn't make any sense. Only the lanes feeding
the blend that is matched by this are "used" in any sense, and so any build_vector or other nodes feeding these will already drop other lanes. llvm-svn: 217855
This commit is contained in:
parent
b1c024a2de
commit
429c29d187
|
@ -20033,9 +20033,6 @@ static SDValue combineShuffleToAddSub(SDNode *N, SelectionDAG &DAG) {
|
|||
VT == MVT::v4f64) &&
|
||||
"Unknown vector type encountered!");
|
||||
|
||||
// FIXME: Munge the inputs through no-op shuffles that drop the undef lanes to
|
||||
// allow nuking any instructions that feed only those lanes.
|
||||
|
||||
return DAG.getNode(X86ISD::ADDSUB, DL, VT, LHS, RHS);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue