[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (PR #151934)
    Jakub Kuderski 
    llvmlistbot at llvm.org
       
    Tue Aug 26 07:53:26 PDT 2025
    
    
  
================
@@ -387,6 +387,12 @@ class OpaqueType<string dialect, string name, string summary>
 def FunctionType : Type<CPred<"::llvm::isa<::mlir::FunctionType>($_self)">,
                               "function type", "::mlir::FunctionType">;
 
+// Graph Type
----------------
kuhar wrote:
```suggestion
// Graph Type.
```
https://github.com/llvm/llvm-project/pull/151934
    
    
More information about the Mlir-commits
mailing list