Skip to content

Commit

Permalink
[TTI] TargetTransformInfo::getPointersChainCost - fix formatting. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Dec 9, 2024
1 parent 54c6a59 commit de759d6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions llvm/include/llvm/Analysis/TargetTransformInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,10 @@ class TargetTransformInfo {
/// 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,
const PointersChainInfo &Info, Type *AccessTy,
TargetCostKind CostKind = TTI::TCK_RecipThroughput

) const;
InstructionCost getPointersChainCost(
ArrayRef<const Value *> Ptrs, const Value *Base,
const PointersChainInfo &Info, Type *AccessTy,
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
Expand Down

0 comments on commit de759d6

Please sign in to comment.