forked from OSchip/llvm-project
[CostModel][X86] Remove old TODO comment
BMI (TZCNT) scalar handling was added at rGa2db388dce77c2f23f2009d7363a0b63bb54523c
This commit is contained in:
parent
e0ee027a77
commit
6102e5d56b
|
@ -3297,8 +3297,6 @@ X86TTIImpl::getTypeBasedIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
|
|||
}
|
||||
}
|
||||
|
||||
// TODO - add BMI (TZCNT) scalar handling
|
||||
|
||||
if (ST->is64Bit())
|
||||
if (const auto *Entry = CostTableLookup(X64CostTbl, ISD, MTy))
|
||||
return adjustTableCost(*Entry, LT.first, ICA.getFlags());
|
||||
|
|
Loading…
Reference in New Issue