[PATCH] D66135: [SimplifyLibCalls] Add noalias from known callsites [WIP]
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 05:41:04 PDT 2019
xbolva00 added a comment.
“ // The semantics of memcpy intrinsics forbid overlap between their respective
// operands, i.e., source and destination of any given memcpy must no-alias.”
(Alias analysis’s code comment)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66135/new/
https://reviews.llvm.org/D66135
More information about the llvm-commits
mailing list