We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca84e9e commit 858381bCopy full SHA for 858381b
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4678,7 +4678,9 @@ cc_library(
4678
":BufferizationDialect",
4679
":BufferizationInterfaces",
4680
":BufferizationTransforms",
4681
+ ":TransformUtils",
4682
":ControlFlowDialect",
4683
+ ":Pass",
4684
":IR",
4685
":MemRefDialect",
4686
],
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -386,6 +386,7 @@ cc_library(
386
"//mlir:CallOpInterfaces",
387
"//mlir:CommonFolders",
388
"//mlir:ControlFlowInterfaces",
389
+ "//mlir:ControlFlowTransforms",
390
"//mlir:DLTIDialect",
391
"//mlir:DataLayoutInterfaces",
392
"//mlir:DerivedAttributeOpInterface",
0 commit comments