[Mlir-commits] [mlir] [MLIR][Presburger] Helper functions to compute the constant term of a generating function (PR #77819)
Arjun P
llvmlistbot at llvm.org
Sat Jan 13 04:40:24 PST 2024
================
@@ -39,6 +39,8 @@ class QuasiPolynomial : public PresburgerSpace {
QuasiPolynomial(unsigned numVars, SmallVector<Fraction> coeffs = {},
std::vector<std::vector<SmallVector<Fraction>>> aff = {});
----------------
Superty wrote:
not for this patch but whenever there's an const input vector parameter you should make it arrayref
https://github.com/llvm/llvm-project/pull/77819
More information about the Mlir-commits
mailing list