[PATCH] D115545: [Inline] Attempt to delete any discardable if unused functions
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 13 13:35:57 PST 2021
aeubanks updated this revision to Diff 394040.
aeubanks added a comment.
check for comdats
this causes compile time regressions due to calling LazyCallGraph::removeDeadFunction() more, seeing if that can be optimized
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115545/new/
https://reviews.llvm.org/D115545
Files:
llvm/lib/Transforms/IPO/Inliner.cpp
llvm/test/Transforms/Inline/delete-unused-function.ll
llvm/test/Transforms/LoopUnroll/2011-08-09-PhiUpdate.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115545.394040.patch
Type: text/x-patch
Size: 6280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211213/0bbf6627/attachment-0001.bin>
More information about the llvm-commits
mailing list