[PATCH] D66079: [SimplifyLibCalls] Add dereferenceable bytes from known callsites

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 02:13:14 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL368657: [SimplifyLibCalls] Add dereferenceable bytes from known callsites (authored by xbolva00, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D66079?vs=214783&id=214785#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66079

Files:
  llvm/trunk/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
  llvm/trunk/test/Transforms/InstCombine/ARM/strcmp.ll
  llvm/trunk/test/Transforms/InstCombine/align-addr.ll
  llvm/trunk/test/Transforms/InstCombine/mem-deref-bytes.ll
  llvm/trunk/test/Transforms/InstCombine/memchr.ll
  llvm/trunk/test/Transforms/InstCombine/memcmp-constant-fold.ll
  llvm/trunk/test/Transforms/InstCombine/memcpy-from-global.ll
  llvm/trunk/test/Transforms/InstCombine/memcpy-to-load.ll
  llvm/trunk/test/Transforms/InstCombine/memcpy.ll
  llvm/trunk/test/Transforms/InstCombine/memcpy_chk-1.ll
  llvm/trunk/test/Transforms/InstCombine/memmove_chk-1.ll
  llvm/trunk/test/Transforms/InstCombine/memset_chk-1.ll
  llvm/trunk/test/Transforms/InstCombine/objsize.ll
  llvm/trunk/test/Transforms/InstCombine/sprintf-1.ll
  llvm/trunk/test/Transforms/InstCombine/stpcpy_chk-1.ll
  llvm/trunk/test/Transforms/InstCombine/strcmp-1.ll
  llvm/trunk/test/Transforms/InstCombine/strcmp-memcmp.ll
  llvm/trunk/test/Transforms/InstCombine/strcpy_chk-1.ll
  llvm/trunk/test/Transforms/InstCombine/strncpy_chk-1.ll
  llvm/trunk/test/Transforms/MemCpyOpt/memcpy-to-memset-with-lifetimes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66079.214785.patch
Type: text/x-patch
Size: 134344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/5084517a/attachment-0001.bin>


More information about the llvm-commits mailing list