[PATCH] D22519: Invariant start/end intrinsics overloaded for address space

Anna Thomas via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 08:52:07 PDT 2016


anna added inline comments.

================
Comment at: docs/LangRef.rst:11845
@@ -11844,2 +11844,3 @@
 """""""
+This is an overloaded intrinsic. The memory object can belong to any address space.
 
----------------
apilipenko wrote:
> I'd omit this for the sake of consistency with other intrinsics.
I actually added the statement for the sake of consistency wth other overloaded intrinsics :)

All intrinsics that overload explicitly state that fact (examples: llvm.memcpy: This is an overloaded intrinsic. You can use `llvm.memcpy` on any
integer bit width and for different address spaces.)




https://reviews.llvm.org/D22519





More information about the llvm-commits mailing list