[Mlir-commits] [mlir] [MLIR][Presburger] Helper functions to compute the constant term of a generating function (PR #77819)

Arjun P llvmlistbot at llvm.org
Fri Jan 12 11:10:35 PST 2024


================
@@ -60,6 +62,9 @@ class QuasiPolynomial : public PresburgerSpace {
   // Removes terms which evaluate to zero from the expression.
   QuasiPolynomial simplify();
 
+  // Find the constant term of the expression.
----------------
Superty wrote:

nit: you can skip the doc if it doesn't add anything beyond the function name

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


More information about the Mlir-commits mailing list