[Mlir-commits] [mlir] [mlir][IR] Improve attribute printing with serial comma (PR #87217)
Matthias Springer
llvmlistbot at llvm.org
Sun Mar 31 21:58:41 PDT 2024
================
@@ -1166,6 +1166,10 @@ class OpPrintingFlags {
/// Print users of values as comments.
OpPrintingFlags &printValueUsers();
+ /// Use serial comma (a.k.a. Oxford comma) when priting sequences of 3 or more
----------------
matthias-springer wrote:
nit: `printing`
https://github.com/llvm/llvm-project/pull/87217
More information about the Mlir-commits
mailing list