[PATCH] D66217: [BuildLibCalls] Noalias annotation
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 05:44:02 PDT 2019
xbolva00 created this revision.
xbolva00 added a reviewer: jdoerfert.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
I think this is better solution than annotating callsites in IC/SLC.
Repository:
rL LLVM
https://reviews.llvm.org/D66217
Files:
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
test/Other/cgscc-devirt-iteration.ll
test/Other/cgscc-libcall-update.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-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: D66217.215092.patch
Type: text/x-patch
Size: 38483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/e8582ec9/attachment.bin>
More information about the llvm-commits
mailing list