[PATCH] D33240: [Atomics] Rename and change prototype for atomic memcpy intrinsic

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 11:42:01 PDT 2017


efriedma added inline comments.


================
Comment at: docs/LangRef.rst:14022
+                                                                       i32 <len>,
+                                                                       i1 <isvolatile>,
+                                                                       i8 <element_size>)
----------------
Hmm... I didn't mention isvolatile earlier?  See https://reviews.llvm.org/D27133?id=79305#629884 for original discussion of it.  At the very least, we need a better description of what it means.


https://reviews.llvm.org/D33240





More information about the llvm-commits mailing list