[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:10:03 PDT 2019


xbolva00 updated this revision to Diff 214783.
xbolva00 retitled this revision from "[SimplifyLibCalls] Add dereferenceable bytes from known callsites [WIP]" to "[SimplifyLibCalls] Add dereferenceable bytes from known callsites".
xbolva00 added a comment.
Herald added a subscriber: javed.absar.

Fixed nits


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

https://reviews.llvm.org/D66079

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

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


More information about the llvm-commits mailing list