[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:55 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
+  DEPENDS
----------------
ftynse wrote:
Nit: can we have a newline before this to differentiate "blocks" of items here?
https://github.com/llvm/llvm-project/pull/86860
    
    
More information about the Mlir-commits
mailing list