[PATCH] D53342: [SimplifyLibCalls] Mark known arguments with nonnull

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 06:12:25 PDT 2019


xbolva00 updated this revision to Diff 215872.
xbolva00 added a comment.

update


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

https://reviews.llvm.org/D53342

Files:
  include/llvm/Transforms/Utils/SimplifyLibCalls.h
  lib/Transforms/Utils/SimplifyLibCalls.cpp
  test/Analysis/BasicAA/gep-alias.ll
  test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
  test/CodeGen/X86/no-plt-libcalls.ll
  test/Other/cgscc-libcall-update.ll
  test/Transforms/InstCombine/ARM/strcmp.ll
  test/Transforms/InstCombine/align-addr.ll
  test/Transforms/InstCombine/fortify-folding.ll
  test/Transforms/InstCombine/getelementptr.ll
  test/Transforms/InstCombine/mem-deref-bytes-addrspaces.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/memrchr.ll
  test/Transforms/InstCombine/memset_chk-1.ll
  test/Transforms/InstCombine/objsize.ll
  test/Transforms/InstCombine/printf-1.ll
  test/Transforms/InstCombine/printf-2.ll
  test/Transforms/InstCombine/sprintf-1.ll
  test/Transforms/InstCombine/stpcpy-1.ll
  test/Transforms/InstCombine/stpcpy_chk-1.ll
  test/Transforms/InstCombine/strchr-1.ll
  test/Transforms/InstCombine/strcmp-1.ll
  test/Transforms/InstCombine/strcmp-memcmp.ll
  test/Transforms/InstCombine/strcpy_chk-1.ll
  test/Transforms/InstCombine/strcspn-1.ll
  test/Transforms/InstCombine/strlen-1.ll
  test/Transforms/InstCombine/strncat-2.ll
  test/Transforms/InstCombine/strncat-3.ll
  test/Transforms/InstCombine/strncmp-1.ll
  test/Transforms/InstCombine/strncpy-1.ll
  test/Transforms/InstCombine/strncpy_chk-1.ll
  test/Transforms/InstCombine/strpbrk-1.ll
  test/Transforms/InstCombine/strrchr-1.ll
  test/Transforms/InstCombine/strstr-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53342.215872.patch
Type: text/x-patch
Size: 151832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190819/59de5930/attachment-0001.bin>


More information about the llvm-commits mailing list