[PATCH] D93360: [LibCallSimplifier] fold memset(malloc(x), 0, x) to calloc(1, x) if memset is intrinsic

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 17:23:27 PST 2023


lebedev.ri resigned from this revision.
lebedev.ri added a comment.
Herald added a subscriber: StephenFan.
Herald added a project: All.

This review seems to be stuck/dead, consider abandoning if no longer relevant.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93360/new/

https://reviews.llvm.org/D93360



More information about the llvm-commits mailing list