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 78f0991 commit 71bcef0Copy full SHA for 71bcef0
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -5461,6 +5461,7 @@ cc_library(
5461
":Pass",
5462
":SPIRVDialect",
5463
":Support",
5464
+ ":VectorDialect",
5465
"//llvm:Support",
5466
],
5467
)
@@ -9361,7 +9362,7 @@ cc_binary(
9361
9362
":MlirJitRunner",
9363
9364
":ReconcileUnrealizedCasts",
- ":SCFDialect",
9365
+ ":SCFDialect",
9366
9367
":SPIRVTransforms",
9368
":ToLLVMIRTranslation",
0 commit comments