[Mlir-commits] [mlir] [DO NOT MERGE] Test if CODEOWNERS works for Presburger (PR #76654)
Kunwar Grover
llvmlistbot at llvm.org
Sat Dec 30 23:31:31 PST 2023
https://github.com/Groverkss created https://github.com/llvm/llvm-project/pull/76654
None
>From a1fc7780e4e829e098b1566427a6ce4ea728e2e8 Mon Sep 17 00:00:00 2001
From: Kunwar Grover <groverkss at gmail.com>
Date: Sun, 31 Dec 2023 13:00:45 +0530
Subject: [PATCH] Test
---
mlir/include/mlir/Analysis/Presburger/Matrix.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mlir/include/mlir/Analysis/Presburger/Matrix.h b/mlir/include/mlir/Analysis/Presburger/Matrix.h
index 347e2e0489786f..292fac3640298c 100644
--- a/mlir/include/mlir/Analysis/Presburger/Matrix.h
+++ b/mlir/include/mlir/Analysis/Presburger/Matrix.h
@@ -282,3 +282,6 @@ class FracMatrix : public Matrix<Fraction> {
} // namespace mlir
#endif // MLIR_ANALYSIS_PRESBURGER_MATRIX_H
+ //
+ //
+ //
More information about the Mlir-commits
mailing list