[PATCH] D94153: [AMDGPU][Inliner] Remove amdgpu-inline and add new TTI inline hooks

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 07:05:31 PST 2021


foad added inline comments.


================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfo.h:295
 
+  /// \returns A value by which the inlining threshold should be added.
+  unsigned adjustInliningThreshold(const CallBase *CB) const;
----------------
"A value to be added to the inlining threshold"? You can't add something //by// something.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94153



More information about the llvm-commits mailing list