[Mlir-commits] [mlir] [MLIR] Fix compilation after #157771 (PR #159257)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Sep 17 00:00:36 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir-vector

Author: Jan Patrick Lehr (jplehr)

<details>
<summary>Changes</summary>

The original PR broke pretty much all our bots.
Apologies for the noise in the previous PR.

---
Full diff: https://github.com/llvm/llvm-project/pull/159257.diff


1 Files Affected:

- (modified) mlir/lib/Dialect/Vector/Transforms/CMakeLists.txt (+1) 


``````````diff
diff --git a/mlir/lib/Dialect/Vector/Transforms/CMakeLists.txt b/mlir/lib/Dialect/Vector/Transforms/CMakeLists.txt
index 8e36ead6993a8..fecf445720173 100644
--- a/mlir/lib/Dialect/Vector/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/Vector/Transforms/CMakeLists.txt
@@ -46,6 +46,7 @@ add_mlir_dialect_library(MLIRVectorTransforms
   MLIRIR
   MLIRLinalgDialect
   MLIRMemRefDialect
+  MLIRMemRefTransforms
   MLIRMemRefUtils
   MLIRSCFDialect
   MLIRSideEffectInterfaces

``````````

</details>


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


More information about the Mlir-commits mailing list