Skip to content

Commit 0488c66

Browse files
committed
[X86] getFauxShuffleMask - remove use DemandedElts TODO
Most of the getTargetShuffleInputs recursive calls have now gone and the remaining uses aren't likely to benefit from a DemandedElts mask
1 parent 60502ed commit 0488c66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7976,7 +7976,6 @@ static void resolveZeroablesFromTargetShuffle(const SmallVectorImpl<int> &Mask,
79767976
}
79777977

79787978
// Forward declaration (for getFauxShuffleMask recursive check).
7979-
// TODO: Use DemandedElts variant.
79807979
static bool getTargetShuffleInputs(SDValue Op, SmallVectorImpl<SDValue> &Inputs,
79817980
SmallVectorImpl<int> &Mask,
79827981
const SelectionDAG &DAG, unsigned Depth,

0 commit comments

Comments
 (0)