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 4943e74 commit 030b551Copy full SHA for 030b551
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3512,6 +3512,7 @@ cc_library(
3512
deps = [
3513
":AffineUtils",
3514
":Analysis",
3515
+ ":ArithDialect",
3516
":ArithUtils",
3517
":DialectUtils",
3518
":FunctionInterfaces",
@@ -3521,6 +3522,7 @@ cc_library(
3521
3522
":IndexDialect",
3523
":InliningUtils",
3524
":LoopLikeInterface",
3525
+ ":MathDialect",
3526
":MemRefDialect",
3527
":Pass",
3528
":SCFTransforms",
0 commit comments