Skip to content

Commit 502e77d

Browse files
committed
[CostModel][X86] getGSVectorCost - remove FIXME
getGSVectorCost has supported other TargetCostKind since a551272
1 parent a477004 commit 502e77d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/X86TargetTransformInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5769,7 +5769,6 @@ int X86TTIImpl::getScatterOverhead() const {
57695769
}
57705770

57715771
// Return an average cost of Gather / Scatter instruction, maybe improved later.
5772-
// FIXME: Add TargetCostKind support.
57735772
InstructionCost X86TTIImpl::getGSVectorCost(unsigned Opcode,
57745773
TTI::TargetCostKind CostKind,
57755774
Type *SrcVTy, const Value *Ptr,

0 commit comments

Comments
 (0)