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

Tobias Gysi llvmlistbot at llvm.org
Thu Dec 14 04:01:41 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>;
----------------
gysit wrote:

I went for LLVM_DefaultPointer now.

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


More information about the Mlir-commits mailing list