[PATCH] D45344: [SimplifyLibcalls] Fold malloc + memset to calloc even for llvm.memset
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 27 14:31:24 PDT 2018
efriedma added a comment.
This transform really belongs in DeadStoreElimination, not here; it has the relevant logic and some similar transforms.
https://reviews.llvm.org/D45344
More information about the llvm-commits
mailing list