[Mlir-commits] [mlir] adding MLIRMemRefDialect (PR #117986)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Nov 28 02:10:43 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Frank Schlimbach (fschlimb)
<details>
<summary>Changes</summary>
fixing post-CI failures #<!-- -->104566
---
Full diff: https://github.com/llvm/llvm-project/pull/117986.diff
1 Files Affected:
- (modified) mlir/lib/Dialect/MPI/IR/CMakeLists.txt (+1)
``````````diff
diff --git a/mlir/lib/Dialect/MPI/IR/CMakeLists.txt b/mlir/lib/Dialect/MPI/IR/CMakeLists.txt
index 29d0b2379da747..edd7d911d0248e 100644
--- a/mlir/lib/Dialect/MPI/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/MPI/IR/CMakeLists.txt
@@ -14,6 +14,7 @@ add_mlir_dialect_library(MLIRMPIDialect
LINK_LIBS PUBLIC
MLIRDialect
MLIRIR
+ MLIRMemRefDialect
MLIRInferTypeOpInterface
MLIRSideEffectInterfaces
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/117986
More information about the Mlir-commits
mailing list