[Mlir-commits] [mlir] [DO NOT MERGE] Test if CODEOWNERS works for Presburger (PR #76654)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Dec 30 23:31:58 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-presburger
@llvm/pr-subscribers-mlir
Author: Kunwar Grover (Groverkss)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/76654.diff
1 Files Affected:
- (modified) mlir/include/mlir/Analysis/Presburger/Matrix.h (+3)
``````````diff
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
+ //
+ //
+ //
``````````
</details>
https://github.com/llvm/llvm-project/pull/76654
More information about the Mlir-commits
mailing list