Displaying 1 result from an estimated 1 matches for "p1v8i32".
2016 Feb 15
5
Masked intrinsics and non-default address spaces
...addrspace.
My proposal to fix the problem is to add another overloaded type parameter for the intrinsics - the pointer type, which can be any pointer with underlying type being a data type. In this case the signature of the intrinsic above would be:
declare <8 x i32> @llvm.masked.load.v8i32.p1v8i32(<8 x i32> addrspace(1)*, i32, <8 x i1>, <8 x i32>)
Corresponding patch is posted on phabricator: http://reviews.llvm.org/D17270
Any comments, objections or alternatives?
Artur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm....