[PATCH] D123608: [llvm][Inline] Remove PriorityInlineOrder in SCC inliner

Liqiang Tao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 05:15:07 PDT 2022


taolq updated this revision to Diff 423874.
taolq added a comment.

- replace Calls uniptr with instance
- Fix missing option in tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123608

Files:
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/test/Transforms/Inline/inline_call.ll
  llvm/test/Transforms/Inline/inline_invoke.ll
  llvm/test/Transforms/Inline/last-callsite.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123608.423874.patch
Type: text/x-patch
Size: 5797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220420/aed52616/attachment.bin>


More information about the llvm-commits mailing list