[PATCH] D103315: Add interface to order inlining

Liqiang Tao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 05:53:32 PDT 2021


taolq updated this revision to Diff 348786.
taolq marked an inline comment as done.
taolq added a comment.

change impl of DefaultInlineOrder: SmallVector -> std::deque
remove operator[] from InlineOrder
replace usage of API of DefaultInlinOrder: indexing -> front() & pop()


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103315

Files:
  llvm/lib/Transforms/IPO/Inliner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103315.348786.patch
Type: text/x-patch
Size: 5028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210531/229d555d/attachment.bin>


More information about the llvm-commits mailing list