[Mlir-commits] [mlir] [MLIR] Fix compilation after #157771 (PR #159257)
Jan Patrick Lehr
llvmlistbot at llvm.org
Wed Sep 17 00:00:02 PDT 2025
https://github.com/jplehr created https://github.com/llvm/llvm-project/pull/159257
The original PR broke pretty much all our bots.
Apologies for the noise in the previous PR.
>From 7eefbc6bf89bea5375369c74ff541ad3d4fa61b7 Mon Sep 17 00:00:00 2001
From: JP Lehr <JanPatrick.Lehr at amd.com>
Date: Wed, 17 Sep 2025 01:43:41 -0500
Subject: [PATCH] [MLIR] Fix compilation after #157771
The original PR broke pretty much all our bots.
---
mlir/lib/Dialect/Vector/Transforms/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
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