| commit | 029bd93c5dba80145a04d7c7ac56ded6cd8d1d8e | [log] [tgz] |
|---|---|---|
| author | Igor Laevsky <igmyrj@gmail.com> | Wed Sep 23 11:38:44 2015 +0000 |
| committer | Igor Laevsky <igmyrj@gmail.com> | Wed Sep 23 11:38:44 2015 +0000 |
| tree | 25e79a56debebd39766cdd74fa8973365d2836ea | |
| parent | edf1465a561ecab73be2238a90b77fda6d8fabb1 [diff] |
[DeadStoreElimination] Remove dead zero store to calloc initialized memory This change allows dead store elimination to remove zero and null stores into memory freshly allocated with calloc-like function. Differential Revision: http://reviews.llvm.org/D13021 llvm-svn: 248374