[llvm-branch-commits] [mlir] [MLIR][SPIRV] Enable strict property assembly format (PR #196282)
Mehdi Amini via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 7 13:07:27 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)
----------------
joker-eph wrote:
Sure, done!
https://github.com/llvm/llvm-project/pull/196282
More information about the llvm-branch-commits
mailing list