[PATCH] D70584: [AutoFDO] Statistic for context sensitive profile guided inlining

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 7 09:16:04 PST 2019


wenlei updated this revision to Diff 232708.
wenlei added a comment.

Restructured remarks sample profile loader inlining:

1. Split into InlineAttempt, InlineSuccess and InlineFail for remark names.
2. Use OptimizationRemark only for InlineSuccess and OptimizationRemarkAnalysis for the rest.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70584

Files:
  llvm/lib/Transforms/IPO/SampleProfile.cpp
  llvm/test/Transforms/SampleProfile/inline-coverage.ll
  llvm/test/Transforms/SampleProfile/inline-stats.ll
  llvm/test/Transforms/SampleProfile/remarks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70584.232708.patch
Type: text/x-patch
Size: 11773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191207/7803f5a3/attachment.bin>


More information about the llvm-commits mailing list