[PATCH] D66135: [SimplifyLibCalls] Add noalias from known callsites [WIP]
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 06:11:42 PDT 2019
uenoku added a comment.
In D66135#1626925 <https://reviews.llvm.org/D66135#1626925>, @xbolva00 wrote:
> “ // 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)
I understand. Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66135/new/
https://reviews.llvm.org/D66135
More information about the llvm-commits
mailing list