[PATCH] D82213: [Remarks] Add callsite locations to inline remarks

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 20 10:34:25 PDT 2020


wenlei marked an inline comment as done.
wenlei added inline comments.


================
Comment at: llvm/lib/Analysis/InlineAdvisor.cpp:392
+    if (ProfileGuidedInline)
+      Remark << " by profile guided inliner";
+    Remark << " with " << IC;
----------------
davidxl wrote:
> Perhaps reword it to " to match profiling context" ..
Sounds good, updated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82213





More information about the llvm-commits mailing list