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 bd7d6c8 commit c4d656aCopy full SHA for c4d656a
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -807,6 +807,7 @@ cc_library(
807
"//mlir:FuncToLLVM",
808
"//mlir:IR",
809
"//mlir:IndexToLLVM",
810
+ "//mlir:LLVMCommonConversion",
811
"//mlir:LLVMDialect",
812
"//mlir:LinalgTransforms",
813
"//mlir:MathToLLVM",
@@ -815,6 +816,7 @@ cc_library(
815
816
"//mlir:Pass",
817
"//mlir:ReconcileUnrealizedCasts",
818
"//mlir:SCFToControlFlow",
819
+ "//mlir:TransformUtils",
820
"//mlir:Transforms",
821
"//mlir:VectorToLLVM",
822
"//mlir:VectorToSCF",
0 commit comments