[TTI] TargetTransformInfo::getPointersChainCost - fix formatting. NFC.

This commit is contained in:
Simon Pilgrim 2024-12-09 13:46:09 +00:00
parent 54c6a592a0
commit de759d6c27

View File

@ -335,12 +335,10 @@ public:
/// chain of loads or stores within same block) operations set when lowered.
/// \p AccessTy is the type of the loads/stores that will ultimately use the
/// \p Ptrs.
InstructionCost
getPointersChainCost(ArrayRef<const Value *> Ptrs, const Value *Base,
InstructionCost getPointersChainCost(
ArrayRef<const Value *> Ptrs, const Value *Base,
const PointersChainInfo &Info, Type *AccessTy,
TargetCostKind CostKind = TTI::TCK_RecipThroughput
) const;
TargetCostKind CostKind = TTI::TCK_RecipThroughput) const;
/// \returns A value by which our inlining threshold should be multiplied.
/// This is primarily used to bump up the inlining threshold wholesale on