File tree Expand file tree Collapse file tree 2 files changed +13
-33
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +13
-33
lines changed Original file line number Diff line number Diff line change @@ -880,7 +880,6 @@ mlir_c_api_cc_library(
880880 includes = ["include" ],
881881 deps = [
882882 ":ConversionPasses" ,
883- ":ConvertToSPIRV" ,
884883 ":Pass" ,
885884 ],
886885)
@@ -4332,7 +4331,6 @@ cc_library(
43324331 ":ControlFlowToSPIRV" ,
43334332 ":ConversionPassIncGen" ,
43344333 ":ConvertToLLVM" ,
4335- ":ConvertToSPIRV" ,
43364334 ":FuncToEmitC" ,
43374335 ":FuncToLLVM" ,
43384336 ":FuncToSPIRV" ,
@@ -8659,36 +8657,6 @@ cc_library(
86598657 ],
86608658)
86618659
8662- cc_library (
8663- name = "ConvertToSPIRV" ,
8664- srcs = ["lib/Conversion/ConvertToSPIRV/ConvertToSPIRVPass.cpp" ],
8665- hdrs = ["include/mlir/Conversion/ConvertToSPIRV/ConvertToSPIRVPass.h" ],
8666- includes = ["include" ],
8667- deps = [
8668- ":ArithToSPIRV" ,
8669- ":ArithTransforms" ,
8670- ":ConversionPassIncGen" ,
8671- ":FuncToSPIRV" ,
8672- ":GPUDialect" ,
8673- ":GPUToSPIRV" ,
8674- ":IR" ,
8675- ":IndexToSPIRV" ,
8676- ":MemRefToSPIRV" ,
8677- ":Pass" ,
8678- ":Rewrite" ,
8679- ":SCFToSPIRV" ,
8680- ":SPIRVConversion" ,
8681- ":SPIRVDialect" ,
8682- ":SPIRVTransforms" ,
8683- ":TransformUtils" ,
8684- ":Transforms" ,
8685- ":UBToSPIRV" ,
8686- ":VectorDialect" ,
8687- ":VectorToSPIRV" ,
8688- ":VectorTransforms" ,
8689- ],
8690- )
8691-
86928660cc_library (
86938661 name = "VectorToXeGPU" ,
86948662 srcs = ["lib/Conversion/VectorToXeGPU/VectorToXeGPU.cpp" ],
Original file line number Diff line number Diff line change @@ -546,21 +546,33 @@ cc_library(
546546 deps = [
547547 ":TestDialect" ,
548548 "//llvm:Support" ,
549- "//mlir:ConvertToSPIRV" ,
549+ "//mlir:ArithToSPIRV" ,
550+ "//mlir:ArithTransforms" ,
550551 "//mlir:FuncDialect" ,
552+ "//mlir:FuncToSPIRV" ,
551553 "//mlir:GPUDialect" ,
552554 "//mlir:GPUToGPURuntimeTransforms" ,
553555 "//mlir:GPUToSPIRV" ,
554556 "//mlir:GPUTransforms" ,
555557 "//mlir:IR" ,
558+ "//mlir:IndexToSPIRV" ,
556559 "//mlir:LLVMIRTransforms" ,
557560 "//mlir:MemRefToLLVM" ,
561+ "//mlir:MemRefToSPIRV" ,
558562 "//mlir:MemRefTransforms" ,
559563 "//mlir:Pass" ,
564+ "//mlir:Rewrite" ,
565+ "//mlir:SCFToSPIRV" ,
566+ "//mlir:SPIRVConversion" ,
560567 "//mlir:SPIRVDialect" ,
561568 "//mlir:SPIRVToLLVM" ,
562569 "//mlir:SPIRVTransforms" ,
563570 "//mlir:Support" ,
571+ "//mlir:TransformUtils" ,
572+ "//mlir:UBToSPIRV" ,
573+ "//mlir:VectorDialect" ,
574+ "//mlir:VectorToSPIRV" ,
575+ "//mlir:VectorTransforms" ,
564576 ],
565577)
566578
You can’t perform that action at this time.
0 commit comments