[PATCH] D134373: [Analysis] Introduce getLastCallToStaticBonusApplied

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 10:40:42 PDT 2022


mtrofin added a comment.

This is NFC, right? Is the use of it too complicated - not sure how I feel about code without use.



================
Comment at: llvm/include/llvm/Analysis/InlineCost.h:99
+  /// The amount of LastCallToStaticBonus that has been applied.
+  int LastCallToStaticBonusApplied = 0;
+
----------------
is this ever mutated?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134373/new/

https://reviews.llvm.org/D134373



More information about the llvm-commits mailing list