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 32b7c1f commit f9a609cCopy full SHA for f9a609c
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3451,6 +3451,7 @@ cc_library(
3451
":ControlFlowToLLVM",
3452
":ControlFlowToSPIRV",
3453
":ConversionPassIncGen",
3454
+ ":ConvertToLLVM",
3455
":FuncToLLVM",
3456
":FuncToSPIRV",
3457
":GPUToGPURuntimeTransforms",
@@ -4050,6 +4051,7 @@ cc_library(
4050
4051
hdrs = ["include/mlir/InitAllExtensions.h"],
4052
deps = [
4053
":FuncExtensions",
4054
+ ":NVVMToLLVM",
4055
],
4056
)
4057
@@ -7023,6 +7025,7 @@ cc_library(
7023
7025
":LLVMDialect",
7024
7026
":Pass",
7027
":Rewrite",
7028
+ ":Support",
7029
":TransformUtils",
7030
"//llvm:Support",
7031
0 commit comments