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 7e24ff0 commit 412b031Copy full SHA for 412b031
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -7158,6 +7158,7 @@ cc_library(
7158
":DialectUtils",
7159
":FuncDialect",
7160
":IR",
7161
+ ":Pass",
7162
":SPIRVDialect",
7163
":Support",
7164
":TransformUtils",
@@ -8319,6 +8320,7 @@ cc_library(
8319
8320
8321
":Transforms",
8322
":UBToSPIRV",
8323
+ ":VectorDialect",
8324
":VectorToSPIRV",
8325
":VectorTransforms",
8326
],
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -668,6 +668,7 @@ cc_library(
668
"//mlir:TransformUtils",
669
"//mlir:Transforms",
670
"//mlir:VectorDialect",
671
+ "//mlir:VectorTransforms",
672
673
)
674
0 commit comments