[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 10:18:18 PDT 2019
This revision was automatically updated to reflect the committed changes.
xbolva00 marked an inline comment as done.
Closed by commit rL368724: [SimplifyLibCalls] Add noalias from known callsites (authored by xbolva00, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D66135?vs=214849&id=214868#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66135/new/
https://reviews.llvm.org/D66135
Files:
llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
llvm/trunk/test/Transforms/InstCombine/annotate-noalias.ll
llvm/trunk/test/Transforms/InstCombine/mem-deref-bytes.ll
llvm/trunk/test/Transforms/InstCombine/memcpy-1.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.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/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: D66135.214868.patch
Type: text/x-patch
Size: 33746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/8bfada31/attachment.bin>
More information about the llvm-commits
mailing list