[PATCH] D16337: [LibCallSimplifier] fold memset(malloc(x), 0, x) --> calloc(1, x)

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 16:17:58 PST 2016


davide accepted this revision.
davide added a comment.

lgtm, Sanjay, and sorry for the delay reviewing this.


http://reviews.llvm.org/D16337





More information about the llvm-commits mailing list