[bazel] Port 0210750d5a5b4cfc8d2b6a9e94ace24d31d65ddc
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index ddc278a..505940a 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3437,6 +3437,7 @@
":IR",
":IndexDialect",
":InliningUtils",
+ ":LoopLikeInterface",
":MemRefDialect",
":Pass",
":TransformUtils",
@@ -3455,8 +3456,13 @@
hdrs = glob(["include/mlir/Dialect/XeGPU/Utils/*.h"]),
includes = ["include"],
deps = [
+ ":DialectUtils",
":IR",
+ ":LoopLikeInterface",
+ ":SCFTransforms",
+ ":TransformUtils",
":XeGPUDialect",
+ "//llvm:Support",
],
)