[PATCH] D86815: [LangRef] Remove non-overlapping guarantee from memcpy.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 13:59:24 PDT 2020
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/docs/LangRef.rst:12485
+known to be aligned to some boundary, this can be specified as an attribute on
the argument.
----------------
jdoerfert wrote:
> "completely overlap or not overlap at all" is a weird way of saying: "be equal or not overlap at all". IMHO
I'm not really attached to the wording. Updated, thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86815/new/
https://reviews.llvm.org/D86815
More information about the llvm-commits
mailing list