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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 12:13:50 PST 2021


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

I believe that for non-local linkage you also need to check for comdats. You can only drop the comdat as a whole, not an individual function.


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