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

David Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 20 08:58:46 PDT 2020


davidxl added inline comments.


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


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82213





More information about the cfe-commits mailing list