Skip to content

Commit 030b551

Browse files
committed
[mlir][bazel] add missing deps for XeGPUTransforms
1 parent 4943e74 commit 030b551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3512,6 +3512,7 @@ cc_library(
35123512
deps = [
35133513
":AffineUtils",
35143514
":Analysis",
3515+
":ArithDialect",
35153516
":ArithUtils",
35163517
":DialectUtils",
35173518
":FunctionInterfaces",
@@ -3521,6 +3522,7 @@ cc_library(
35213522
":IndexDialect",
35223523
":InliningUtils",
35233524
":LoopLikeInterface",
3525+
":MathDialect",
35243526
":MemRefDialect",
35253527
":Pass",
35263528
":SCFTransforms",

0 commit comments

Comments
 (0)