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 6f65a39 commit f4be681Copy full SHA for f4be681
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2142,13 +2142,15 @@ cc_library(
2142
":FuncTransforms",
2143
":FunctionInterfaces",
2144
":IR",
2145
+ ":IndexDialect",
2146
":LLVMCommonConversion",
2147
":LLVMDialect",
2148
":MemRefDialect",
2149
":Pass",
2150
":SCFDialect",
2151
":SCFTransforms",
2152
":TransformUtils",
2153
+ ":VectorUtils",
2154
"//llvm:Support",
2155
],
2156
)
0 commit comments