mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[SelectionDAG] Removed old knownbits TODO comment. NFCI.
EXTRACT_VECTOR_ELT does support demanded elts if the element index is known and in range. llvm-svn: 288913
This commit is contained in:
parent
b1e761e269
commit
219f636fa6
@ -2562,9 +2562,6 @@ void SelectionDAG::computeKnownBits(SDValue Op, APInt &KnownZero,
|
||||
break;
|
||||
}
|
||||
case ISD::EXTRACT_VECTOR_ELT: {
|
||||
// At the moment we keep this simple and skip tracking the specific
|
||||
// element. This way we get the lowest common denominator for all elements
|
||||
// of the vector.
|
||||
SDValue InVec = Op.getOperand(0);
|
||||
SDValue EltNo = Op.getOperand(1);
|
||||
EVT VecVT = InVec.getValueType();
|
||||
|
Loading…
x
Reference in New Issue
Block a user