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.
2 parents d6b8b45 + 030b551 commit c1a9d8cCopy full SHA for c1a9d8c
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