[PATCH] D86988: [Inliner] Run always-inliner in inliner-wrapper
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 22:13:32 PDT 2020
davidxl added a comment.
The AlwaysInliner does not operate on DAG, but depend on function order in the module, so it is possible to regress with the change. I don't have strong opinion on this, but you want want to hear others opinion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86988/new/
https://reviews.llvm.org/D86988
More information about the llvm-commits
mailing list