[PATCH] D71710: [instrinsics] Add @llvm.memcpy.inline instrinsics
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 15:29:03 PST 2020
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.
----------------
This is kinda too late, but i'm failing to find where it's explained why the size is restricted to being an immediate?
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