[PATCH] D17270: Support arbitrary addrspace pointers in masked load/store intrinsics

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 10:42:40 PST 2016


delena added a comment.

You don't need 2 overloaded types. You are duplicating information. llvm.masked.store.v8f64.p0v8f64 : v8f64 appears twice.
If you create name according to pointer, you have  llvm.masked.store.p0v8f64.


http://reviews.llvm.org/D17270





More information about the llvm-commits mailing list