[Mlir-commits] [mlir] [mlir][Ptr] Init the Ptr dialect with the `!ptr.ptr` type. (PR #86860)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Jun 24 06:39:53 PDT 2024


================
@@ -0,0 +1,16 @@
+add_mlir_dialect_library(
+  MLIRPtrDialect
+  PtrAttrs.cpp
+  PtrTypes.cpp
+  PtrDialect.cpp
+  ADDITIONAL_HEADER_DIRS
+  ${PROJECT_SOURCE_DIR}/mlir/Dialect/Pointer
----------------
ftynse wrote:

Is this needed?

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


More information about the Mlir-commits mailing list