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

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 12:51:56 PDT 2022


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

Update commit message to the same as Phabricator summary, and a minor comment change

from

  /// NOTE pass name is annotated only when `--annotate-inline-phase` is true
   /// and inline advisor constructor provides InlineContext.

to

  /// NOTE pass name is annotated only when inline advisor constructor provides InlineContext.


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.433849.patch
Type: text/x-patch
Size: 6418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220602/dfdfc9c7/attachment.bin>


More information about the llvm-commits mailing list