[Mlir-commits] [mlir] [MLIR][Presburger] Template Matrix to allow MPInt and Fraaction (PR #65272)
Arjun P
llvmlistbot at llvm.org
Mon Sep 4 23:28:12 PDT 2023
================
@@ -375,3 +376,12 @@ bool Matrix::hasConsistentState() const {
#endif
return true;
}
+
+namespace mlir
+{
+namespace presburger
+{
+template class Matrix<MPInt>;
+template class Matrix<Fraction>;
----------------
Superty wrote:
Please split the Fraction instance and related changes to another patch
https://github.com/llvm/llvm-project/pull/65272
More information about the Mlir-commits
mailing list