Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PartialInlining] Use isInlineViable to detect constructs preventing inlining. | Florian Hahn | 2018-03-10 | 1 | -0/+63 |
Use isInlineViable to prevent inlining of functions with non-inlinable constructs, in case cost analysis is skipped. Reviewers: efriedma, sfertile, davide, davidxl Reviewed By: efriedma Differential Revision: https://reviews.llvm.org/D42846 llvm-svn: 327207 |