[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 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 llvm-commits
mailing list