[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. /// 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 AccessTy is the type of the loads/stores that will ultimately use the
/// \p Ptrs. /// \p Ptrs.
InstructionCost InstructionCost getPointersChainCost(
getPointersChainCost(ArrayRef<const Value *> Ptrs, const Value *Base, ArrayRef<const Value *> Ptrs, const Value *Base,
const PointersChainInfo &Info, Type *AccessTy, const PointersChainInfo &Info, Type *AccessTy,
TargetCostKind CostKind = TTI::TCK_RecipThroughput TargetCostKind CostKind = TTI::TCK_RecipThroughput) const;
) const;
/// \returns A value by which our inlining threshold should be multiplied. /// \returns A value by which our inlining threshold should be multiplied.
/// This is primarily used to bump up the inlining threshold wholesale on /// This is primarily used to bump up the inlining threshold wholesale on