[PATCH] D110658: [InlineAdvisor] Add -inline-replay-strict to replay inline decisions only in callers that have remarks

Di Mo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 14:25:27 PDT 2021


modimo created this revision.
Herald added subscribers: ormris, hoy, wenlei, lxfind, hiraditya, eraman.
modimo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110658

Files:
  llvm/include/llvm/Analysis/ReplayInlineAdvisor.h
  llvm/lib/Analysis/InlineAdvisor.cpp
  llvm/lib/Analysis/ReplayInlineAdvisor.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/lib/Transforms/IPO/SampleProfile.cpp
  llvm/test/Transforms/Inline/cgscc-inline-replay.ll
  llvm/test/Transforms/SampleProfile/Inputs/inline-replay-strict.txt
  llvm/test/Transforms/SampleProfile/Inputs/inline-replay.txt
  llvm/test/Transforms/SampleProfile/Inputs/inline-topdown-inline-all.prof
  llvm/test/Transforms/SampleProfile/inline-replay.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110658.375703.patch
Type: text/x-patch
Size: 16621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210928/71d260fb/attachment.bin>


More information about the llvm-commits mailing list