[PATCH] D104028: [WIP] Use standard priority queue to order inlining

Liqiang Tao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 08:18:13 PDT 2021


taolq updated this revision to Diff 352151.
taolq marked 2 inline comments as done.
taolq added a comment.

- replace implementation of PriorityInlineOrder from PriorityQueue to SmallVector


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104028

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104028.352151.patch
Type: text/x-patch
Size: 6802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210615/0a883457/attachment.bin>


More information about the llvm-commits mailing list