[PATCH] D47237: [DSE] Calloc optimizations

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 16:53:34 PDT 2018


xbolva00 created this revision.
xbolva00 added a reviewer: efriedma.
Herald added a subscriber: llvm-commits.

Transforms:
strlen(calloc(...)) -> 0


Repository:
  rL LLVM

https://reviews.llvm.org/D47237

Files:
  include/llvm/Analysis/MemoryLocation.h
  lib/Analysis/MemoryLocation.cpp
  lib/Transforms/Scalar/DeadStoreElimination.cpp
  test/Transforms/DeadStoreElimination/zero-string.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47237.148132.patch
Type: text/x-patch
Size: 8451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180522/7fc9a988/attachment.bin>


More information about the llvm-commits mailing list