[PATCH] D126824: [Inline][Remark] Optionally provide inline advisor context information to inline advisor.

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 19:00:48 PDT 2022


mingmingl updated this revision to Diff 433621.
mingmingl added a comment.

Use a general struct name, and add entries for SampleProfileInliner, AlwaysInliner, MLInliner.

Method `llvm::AnnotateInlinePassName` is supposed to be callable by a general inliner (i.e., not limited to the inliner passes that use an instance of InlineAdvisor).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126824

Files:
  llvm/include/llvm/Analysis/InlineAdvisor.h
  llvm/lib/Analysis/InlineAdvisor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126824.433621.patch
Type: text/x-patch
Size: 6463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220602/4efd9b06/attachment.bin>


More information about the llvm-commits mailing list