[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:34 PST 2024
================
@@ -113,3 +119,13 @@ QuasiPolynomial QuasiPolynomial::simplify() {
}
return QuasiPolynomial(getNumInputs(), newCoeffs, newAffine);
}
+
+// Check the constant term of the quasipolynomial against a constant.
----------------
Superty wrote:
outdated doc
https://github.com/llvm/llvm-project/pull/77819
More information about the Mlir-commits
mailing list