[PATCH] D45413: [SimplifyLibcalls] Realloc(null, N) -> Malloc(N)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 07:24:58 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL330259: [SimplifyLibcalls] Realloc(null, N) -> Malloc(N) (authored by spatel, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D45413?vs=142881&id=142932#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45413

Files:
  llvm/trunk/include/llvm/Transforms/Utils/BuildLibCalls.h
  llvm/trunk/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/test/Transforms/InstCombine/realloc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45413.142932.patch
Type: text/x-patch
Size: 6435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180418/76b5dfae/attachment.bin>


More information about the llvm-commits mailing list