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

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


davidxl accepted this revision.
davidxl added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: llvm/lib/Analysis/InlineAdvisor.cpp:383
+                           const Function &Caller, const InlineCost &IC,
+                           bool ProfileGuidedInline, const char *PassName) {
   ORE.emit([&]() {
----------------
ProfileGuidedInline --> ForProfileContext 


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