[PATCH] D42846: [PartialInlining] Use isInlineViable to detect constructs preventing inlining.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 14:11:36 PST 2018
efriedma added a comment.
Can you explain the difference between llvm::isInlineViable and CodeExtractor::isBlockValidForExtraction? I'm kind of confused why they're checking different things.
https://reviews.llvm.org/D42846
More information about the llvm-commits
mailing list