[Mlir-commits] [mlir] [MLIR][ODS] Add strict property assembly format mode (PR #196269)
Jakub Kuderski
llvmlistbot at llvm.org
Thu May 7 06:49:18 PDT 2026
================
@@ -2036,6 +2062,8 @@ static void genPropDictPrinter(OperationFormat &fmt, Operator &op,
for (const NamedProperty *namedProperty : fmt.usedProperties)
body << " elidedProps.push_back(\"" << namedProperty->name << "\");\n";
+ for (const StringRef key : fmt.inferredAttributes.keys())
----------------
kuhar wrote:
nit: drop const?
https://github.com/llvm/llvm-project/pull/196269
More information about the Mlir-commits
mailing list