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(
32683268 includes = ["include" ],
32693269 local_defines = if_cuda_available (["MLIR_GPU_TO_CUBIN_PASS_ENABLE" ]),
32703270 deps = [
3271- ":ArithTransforms" ,
32723271 ":ArithToLLVM" ,
3272+ ":ArithTransforms" ,
32733273 ":BufferizationTransforms" ,
3274+ ":ControlFlowToLLVM" ,
32743275 ":ConversionPasses" ,
32753276 ":FuncDialect" ,
32763277 ":GPUDialect" ,
@@ -10221,6 +10222,7 @@ cc_binary(
1022110222 ":ArithDialect" ,
1022210223 ":ArithToLLVM" ,
1022310224 ":BuiltinToLLVMIRTranslation" ,
10225+ ":ControlFlowToLLVM" ,
1022410226 ":ConvertToSPIRV" ,
1022510227 ":ExecutionEngineUtils" ,
1022610228 ":FuncDialect" ,
Original file line number Diff line number Diff line change @@ -806,6 +806,7 @@ cc_library(
806806 deps = [
807807 "//mlir:AffineToStandard" ,
808808 "//mlir:ArithToLLVM" ,
809+ "//mlir:ControlFlowToLLVM" ,
809810 "//mlir:FuncDialect" ,
810811 "//mlir:FuncToLLVM" ,
811812 "//mlir:IR" ,
You can’t perform that action at this time.
0 commit comments