[PATCH] D126833: [SampleProfile][Inline] Annotate sample profile inline remarks with link phase (prelink/postlink) information.

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 17:06:05 PDT 2022


mingmingl updated this revision to Diff 439217.
mingmingl marked 2 inline comments as done.
mingmingl added a comment.

Address comments, by using overloaded operator rather than hasValue() / getValue(), since the former is closer to std::optional in terms of style.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126833

Files:
  llvm/include/llvm/Analysis/InlineAdvisor.h
  llvm/include/llvm/Transforms/IPO/SampleProfile.h
  llvm/lib/Analysis/InlineAdvisor.cpp
  llvm/lib/Transforms/IPO/SampleProfile.cpp
  llvm/test/Transforms/SampleProfile/pseudo-probe-inline.ll
  llvm/test/Transforms/SampleProfile/remarks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126833.439217.patch
Type: text/x-patch
Size: 12136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220623/ff34c63b/attachment.bin>


More information about the llvm-commits mailing list