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 f3b495f commit 3446601Copy full SHA for 3446601
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -8031,6 +8031,7 @@ cc_library(
8031
deps = [
8032
":AMDGPUDialect",
8033
":ArithDialect",
8034
+ ":ArithUtils",
8035
":ConversionPassIncGen",
8036
":ConvertToLLVMInterface",
8037
":IR",
@@ -8053,8 +8054,8 @@ cc_library(
8053
8054
]),
8055
includes = ["include"],
8056
- ":ArmSMEDialect",
8057
8058
+ ":ArmSMEDialect",
8059
8060
8061
":Pass",
0 commit comments