File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5717,6 +5717,7 @@ cc_library(
57175717 ":SCFDialect" ,
57185718 ":SideEffectInterfaces" ,
57195719 ":Support" ,
5720+ ":ValueBoundsOpInterface" ,
57205721 "//llvm:Core" ,
57215722 "//llvm:Support" ,
57225723 ],
Original file line number Diff line number Diff line change @@ -548,6 +548,7 @@ cc_library(
548548 "//llvm:Support" ,
549549 "//mlir:ConvertToSPIRV" ,
550550 "//mlir:FuncDialect" ,
551+ "//mlir:GPUDialect" ,
551552 "//mlir:GPUToSPIRV" ,
552553 "//mlir:GPUTransforms" ,
553554 "//mlir:IR" ,
@@ -695,6 +696,7 @@ cc_library(
695696 "//mlir:ArithTransforms" ,
696697 "//mlir:DialectUtils" ,
697698 "//mlir:FuncDialect" ,
699+ "//mlir:FunctionInterfaces" ,
698700 "//mlir:IR" ,
699701 "//mlir:MemRefDialect" ,
700702 "//mlir:Pass" ,
You can’t perform that action at this time.
0 commit comments