[PATCH] D66135: [SimplifyLibCalls] Add noalias from known callsites
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 09:03:14 PDT 2019
xbolva00 updated this revision to Diff 214849.
xbolva00 retitled this revision from "[SimplifyLibCalls] Add noalias from known callsites " to "[SimplifyLibCalls] Add noalias from known callsites".
xbolva00 edited the summary of this revision.
xbolva00 added a comment.
Addressed review notes.
Added tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66135/new/
https://reviews.llvm.org/D66135
Files:
lib/Transforms/Utils/SimplifyLibCalls.cpp
test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
test/Transforms/InstCombine/annotate-noalias.ll
test/Transforms/InstCombine/mem-deref-bytes.ll
test/Transforms/InstCombine/memcpy-1.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.ll
test/Transforms/InstCombine/objsize.ll
test/Transforms/InstCombine/sprintf-1.ll
test/Transforms/InstCombine/stpcpy_chk-1.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: D66135.214849.patch
Type: text/x-patch
Size: 33218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/81512972/attachment.bin>
More information about the llvm-commits
mailing list