Skip to content

Commit f99e76b

Browse files
committed
[bazel] Port 0210750
1 parent 06f13f8 commit f99e76b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3437,6 +3437,7 @@ cc_library(
34373437
":IR",
34383438
":IndexDialect",
34393439
":InliningUtils",
3440+
":LoopLikeInterface",
34403441
":MemRefDialect",
34413442
":Pass",
34423443
":TransformUtils",
@@ -3455,8 +3456,13 @@ cc_library(
34553456
hdrs = glob(["include/mlir/Dialect/XeGPU/Utils/*.h"]),
34563457
includes = ["include"],
34573458
deps = [
3459+
":DialectUtils",
34583460
":IR",
3461+
":LoopLikeInterface",
3462+
":SCFTransforms",
3463+
":TransformUtils",
34593464
":XeGPUDialect",
3465+
"//llvm:Support",
34603466
],
34613467
)
34623468

0 commit comments

Comments
 (0)