[PATCH] D101176: [SimplifyLibCalls] Transform malloc to calloc with redundant memsets elimination (PR25892)
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 13:11:55 PDT 2021
efriedma added a comment.
I would think this naturally slots into some pass that's already doing the relevant dependence analysis, like DSE or memcpyopt.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101176/new/
https://reviews.llvm.org/D101176
More information about the llvm-commits
mailing list