[Mlir-commits] [mlir] 50f8153 - [MLIR] Fix compilation after #157771 (#159257)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Sep 17 00:13:48 PDT 2025
Author: Jan Patrick Lehr
Date: 2025-09-17T09:13:44+02:00
New Revision: 50f81531b46cb57737a41b6f20d7280377f9fb39
URL: https://github.com/llvm/llvm-project/commit/50f81531b46cb57737a41b6f20d7280377f9fb39
DIFF: https://github.com/llvm/llvm-project/commit/50f81531b46cb57737a41b6f20d7280377f9fb39.diff
LOG: [MLIR] Fix compilation after #157771 (#159257)
The original PR broke pretty much all our bots.
Apologies for the noise in the previous PR.
Added:
Modified:
mlir/lib/Dialect/Vector/Transforms/CMakeLists.txt
Removed:
################################################################################
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
More information about the Mlir-commits
mailing list