[Mlir-commits] [mlir] [mlir][spirv] Add support for structs decorations (PR #149793)

Jakub Kuderski llvmlistbot at llvm.org
Tue Jul 22 07:25:02 PDT 2025


================
@@ -327,10 +327,33 @@ class StructType
     }
   };
 
+  // Type for specifying the decoration(s) on the struct itself
+  struct StructDecorationInfo {
+    bool hasValue;
----------------
kuhar wrote:

Yeah, I'd rather drop it

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


More information about the Mlir-commits mailing list