[PATCH] D71710: [instrinsics] Add @llvm.memcpy.inline instrinsics
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 02:47:26 PST 2020
lebedev.ri marked an inline comment as done.
lebedev.ri added inline comments.
================
Comment at: llvm/docs/LangRef.rst:11756-11757
+The first argument is a pointer to the destination, the second is a
+pointer to the source. The third argument is a constant integer argument
+specifying the number of bytes to copy, and the fourth is a
+boolean indicating a volatile access.
----------------
gchatelet wrote:
> lebedev.ri wrote:
> > This is kinda too late, but i'm failing to find where it's explained why the size is restricted to being an immediate?
> The discussion happened on the [POC patch](https://reviews.llvm.org/D61634#1500453)
I see, efficient lowering problems. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71710/new/
https://reviews.llvm.org/D71710
More information about the llvm-commits
mailing list