[all-commits] [llvm/llvm-project] bc536c: Revert "[DSE] Transform memset + malloc --> calloc...
yurai007 via All-commits
all-commits at lists.llvm.org
Fri Jul 23 02:55:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc536c710150f53b5ae5cd6b7693636e77992d0a
https://github.com/llvm/llvm-project/commit/bc536c710150f53b5ae5cd6b7693636e77992d0a
Author: Dawid Jurczak <dawid_jurek at vp.pl>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
M llvm/test/Transforms/DeadStoreElimination/noop-stores.ll
Log Message:
-----------
Revert "[DSE] Transform memset + malloc --> calloc (PR25892)"
This reverts commit 43234b1595125ba2b5c23e7b28f5a67041c77673.
Reason: We should detect that we are implementing 'calloc' and bail out.
More information about the All-commits
mailing list