[Mlir-commits] [mlir] [mlir][ODS] Omit printing default-valued attributes in oilists (PR #68694)

Cullen Rhodes llvmlistbot at llvm.org
Wed Oct 11 00:44:39 PDT 2023


================
@@ -2009,6 +2009,15 @@ static void genEnumAttrPrinter(const NamedAttribute *var, const Operator &op,
           "  }\n";
 }
 
+static void genNonDefaultValueCheck(MethodBody &body, const Operator &op,
----------------
c-rhodes wrote:

please could you add a comment at the top with short-description

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


More information about the Mlir-commits mailing list