[Mlir-commits] [mlir] [MLIR][LLVM] Add invariant intrinsics (PR #75354)

Christian Ulmann llvmlistbot at llvm.org
Thu Dec 14 02:36:16 PST 2023


================
@@ -67,6 +67,9 @@ class LLVM_PointerInAddressSpace<int addressSpace> : Type<
     # addressSpace # ")";
 }
 
+// Type constraint accepting any LLVM pointer type in address space 0.
+def LLVM_Pointer : LLVM_PointerInAddressSpace<0>;
----------------
Dinistro wrote:

That seems a bit odd. Shouldn't this have a name that indicates that it's in the default address space?

https://github.com/llvm/llvm-project/pull/75354


More information about the Mlir-commits mailing list