[PATCH] D115545: [Inline] Attempt to delete any discardable if unused functions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 05:18:07 PST 2021


nikic added a comment.

In D115545#3190357 <https://reviews.llvm.org/D115545#3190357>, @aeubanks wrote:

> this causes compile time regressions due to calling LazyCallGraph::removeDeadFunction() more, seeing if that can be optimized

That seems surprising, what's so expensive about that method?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115545/new/

https://reviews.llvm.org/D115545



More information about the llvm-commits mailing list