[llvm-branch-commits] [mlir] [MLIR][SPIRV] Enable strict property assembly format (PR #196282)

Davide Grohmann via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 7 07:15:01 PDT 2026


================
@@ -151,7 +151,7 @@ def SPIRV_GraphConstantARMOp : SPIRV_GraphARMOp<"GraphConstant", [InGraphScope,
   let autogenSerialization = 0;
 
   let assemblyFormat = [{
-    prop-dict attr-dict `:` type($output)
+    `graph_constant_id` `=` $graph_constant_id attr-dict `:` type($output)
----------------
davidegrohmann wrote:

if we do this can we shorten it to just `id`?

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


More information about the llvm-branch-commits mailing list