[Mlir-commits] [mlir] [MLIR][Presburger] Make printing aligned to assist in debugging (PR #107648)

Amy Wang llvmlistbot at llvm.org
Wed Sep 11 19:00:35 PDT 2024


================
@@ -292,6 +294,53 @@ std::vector<Fraction> multiplyPolynomials(ArrayRef<Fraction> a,
 
 bool isRangeZero(ArrayRef<Fraction> arr);
 
+/// An example to print .12, 3.4, 56.7 where preAlign = ".", minSpacing = 1,
----------------
kaitingwang wrote:

Updated.

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


More information about the Mlir-commits mailing list