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

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 14:39:19 PDT 2017


anna added inline comments.


================
Comment at: docs/LangRef.rst:13604
 
-``element_size`` should be a power of two, greater than zero and less than
-a target-specific atomic access size limit.
+``dest_unordered`` is ``true`` if and only if stores to the destination buffer must be
+unordered atomic stores.
----------------
Nit: if and only if stores to the destination buffer *are* 


https://reviews.llvm.org/D33240





More information about the llvm-commits mailing list