[PATCH] D50658: Hot cold splitting pass
Graham Yiu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 13:41:40 PDT 2019
gyiu added a comment.
Herald added a project: LLVM.
@hiraditya This is very similar to the PartialInlining pass based on PSI that can outline multiple cold regions in a function, something I implemented a couple of years ago. Is there a chance we can merge these two passes into one?
https://reviews.llvm.org/rL319398
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50658/new/
https://reviews.llvm.org/D50658
More information about the llvm-commits
mailing list