[PATCH] D121862: [ProfSampleLoader] When disable-sample-loader-inlining is true, merge profiles of inlined instances to outlining versions.

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 16:55:43 PDT 2022


luna updated this revision to Diff 417133.
luna added a comment.

Update option description of `--disable-sample-loader-inlining`. Mention the side-effects of profile-merging when inline transformations are skipped, and point to D121862 <https://reviews.llvm.org/D121862> (this patch) about more details.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121862

Files:
  llvm/lib/Transforms/IPO/SampleProfile.cpp
  llvm/test/Transforms/SampleProfile/inline-mergeprof.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121862.417133.patch
Type: text/x-patch
Size: 6602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220321/63d38801/attachment.bin>


More information about the llvm-commits mailing list