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

Cullen Rhodes via flang-commits flang-commits at lists.llvm.org
Wed Oct 11 00:44:40 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 flang-commits mailing list