[Mlir-commits] [mlir] [mlir][IR] Improve attribute printing with serial comma (PR #87217)

Matthias Springer llvmlistbot at llvm.org
Sun Mar 31 21:58:40 PDT 2024


================
@@ -1196,6 +1200,10 @@ class OpPrintingFlags {
   /// Return if the printer should print users of values.
   bool shouldPrintValueUsers() const;
 
+  /// Return if the printer should use serial comma when printing sequences of 3
----------------
matthias-springer wrote:

Can you write this as `3, or more elements`? I find that more readable.


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


More information about the Mlir-commits mailing list