[PATCH] D101176: [SimplifyLibCalls] Transform malloc to calloc with redundant memsets elimination (PR25892)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 06:19:08 PDT 2021


xbolva00 added a subscriber: efriedma.
xbolva00 added a comment.

I am still not sure if this is the place for such transformation (just look how many new lines  of code are needed...)

cc @fhahn @efriedma @nikic as they are more experienced and may recommend better place for this transformation.


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