llvm-project
c81d84c3 - [InlineCost]: Optimize inlining of recursive function. (#139982)

Commit
190 days ago
[InlineCost]: Optimize inlining of recursive function. (#139982) - Consider inlining recursive function of depth 1 only when the caller is the function itself instead of inlining it for each callsite so that we avoid redundant work. - Use CondContext instead of DomTree for better compilation time.
Author
Parents
Loading