File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3268,9 +3268,10 @@ cc_library(
3268
3268
includes = ["include" ],
3269
3269
local_defines = if_cuda_available (["MLIR_GPU_TO_CUBIN_PASS_ENABLE" ]),
3270
3270
deps = [
3271
- ":ArithTransforms" ,
3272
3271
":ArithToLLVM" ,
3272
+ ":ArithTransforms" ,
3273
3273
":BufferizationTransforms" ,
3274
+ ":ControlFlowToLLVM" ,
3274
3275
":ConversionPasses" ,
3275
3276
":FuncDialect" ,
3276
3277
":GPUDialect" ,
@@ -10221,6 +10222,7 @@ cc_binary(
10221
10222
":ArithDialect" ,
10222
10223
":ArithToLLVM" ,
10223
10224
":BuiltinToLLVMIRTranslation" ,
10225
+ ":ControlFlowToLLVM" ,
10224
10226
":ConvertToSPIRV" ,
10225
10227
":ExecutionEngineUtils" ,
10226
10228
":FuncDialect" ,
Original file line number Diff line number Diff line change @@ -806,6 +806,7 @@ cc_library(
806
806
deps = [
807
807
"//mlir:AffineToStandard" ,
808
808
"//mlir:ArithToLLVM" ,
809
+ "//mlir:ControlFlowToLLVM" ,
809
810
"//mlir:FuncDialect" ,
810
811
"//mlir:FuncToLLVM" ,
811
812
"//mlir:IR" ,
You can’t perform that action at this time.
0 commit comments