[Mlir-commits] [llvm] [mlir] [MLIR] Initial upstream of polygeist dialect (PR #199136)
lorenzo chelini
llvmlistbot at llvm.org
Tue May 26 07:16:44 PDT 2026
================
@@ -0,0 +1,40 @@
+#ifndef POLYGEIST_OPS
+#define POLYGEIST_OPS
+
+include "mlir/IR/OpBase.td"
+include "mlir/Interfaces/ViewLikeInterface.td"
+include "mlir/Interfaces/SideEffectInterfaces.td"
+include "mlir/Dialect/LLVMIR/LLVMOpBase.td"
+include "mlir/Dialect/Polygeist/IR/PolygeistBase.td"
+
+def Memref2PointerOp
----------------
chelini wrote:
Have you considered targeting !ptr.ptr (the generic ptr dialect type) rather than !llvm.ptr? With that change the two conversion ops themselves would no longer be LLVM-related and could live directly in the memref dialect?
https://github.com/llvm/llvm-project/pull/199136
More information about the Mlir-commits
mailing list