[PATCH] D104028: [llvm][Inliner] Add an optional PriorityInlineOrder
Liqiang Tao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 18 18:48:42 PDT 2021
taolq updated this revision to Diff 353149.
taolq added a comment.
- Add inline order option & modify pop, front API
- renaming option and Calls
- use vector to implement PriorityInlineOrder
- remove useless header file & add tests for priority inlining order
- Add a test
- fix typo
- remove test monster_scc.ll
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
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: D104028.353149.patch
Type: text/x-patch
Size: 8711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210619/66487221/attachment.bin>
More information about the llvm-commits
mailing list