Skip to content

Commit 114c7a0

Browse files
rupprechtgithub-actions[bot]
authored andcommitted
Automerge: [bazel][mlir] Port #165629: ControlFlowTransforms deps (#165646)
2 parents 4246803 + a9bc1a6 commit 114c7a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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
@@ -4681,6 +4681,8 @@ cc_library(
46814681
":ControlFlowDialect",
46824682
":IR",
46834683
":MemRefDialect",
4684+
":Pass",
4685+
":TransformUtils",
46844686
],
46854687
)
46864688

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ cc_library(
386386
"//mlir:CallOpInterfaces",
387387
"//mlir:CommonFolders",
388388
"//mlir:ControlFlowInterfaces",
389+
"//mlir:ControlFlowTransforms",
389390
"//mlir:DLTIDialect",
390391
"//mlir:DataLayoutInterfaces",
391392
"//mlir:DerivedAttributeOpInterface",

0 commit comments

Comments
 (0)