[Mlir-commits] [mlir] [MLIR][Presburger] Implement function to evaluate the number of terms in a generating function. (PR #78078)

Arjun P llvmlistbot at llvm.org
Sun Jan 14 12:04:23 PST 2024


================
@@ -124,3 +124,43 @@ TEST(BarvinokTest, getCoefficientInRationalFunction) {
   coeff = getCoefficientInRationalFunction(3, numerator, denominator);
   EXPECT_EQ(coeff.getConstantTerm(), Fraction(55, 64));
 }
+
+// The following test is taken from
+//
----------------
Superty wrote:

incomplete doc

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


More information about the Mlir-commits mailing list