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 @@ -855,7 +855,6 @@ mlir_c_api_cc_library(
855855 includes = ["include" ],
856856 deps = [
857857 ":ConversionPasses" ,
858- ":ConvertToSPIRV" ,
859858 ":Pass" ,
860859 ],
861860)
@@ -4307,7 +4306,6 @@ cc_library(
43074306 ":ControlFlowToSPIRV" ,
43084307 ":ConversionPassIncGen" ,
43094308 ":ConvertToLLVM" ,
4310- ":ConvertToSPIRV" ,
43114309 ":FuncToEmitC" ,
43124310 ":FuncToLLVM" ,
43134311 ":FuncToSPIRV" ,
@@ -8631,36 +8629,6 @@ cc_library(
86318629 ],
86328630)
86338631
8634- cc_library (
8635- name = "ConvertToSPIRV" ,
8636- srcs = ["lib/Conversion/ConvertToSPIRV/ConvertToSPIRVPass.cpp" ],
8637- hdrs = ["include/mlir/Conversion/ConvertToSPIRV/ConvertToSPIRVPass.h" ],
8638- includes = ["include" ],
8639- deps = [
8640- ":ArithToSPIRV" ,
8641- ":ArithTransforms" ,
8642- ":ConversionPassIncGen" ,
8643- ":FuncToSPIRV" ,
8644- ":GPUDialect" ,
8645- ":GPUToSPIRV" ,
8646- ":IR" ,
8647- ":IndexToSPIRV" ,
8648- ":MemRefToSPIRV" ,
8649- ":Pass" ,
8650- ":Rewrite" ,
8651- ":SCFToSPIRV" ,
8652- ":SPIRVConversion" ,
8653- ":SPIRVDialect" ,
8654- ":SPIRVTransforms" ,
8655- ":TransformUtils" ,
8656- ":Transforms" ,
8657- ":UBToSPIRV" ,
8658- ":VectorDialect" ,
8659- ":VectorToSPIRV" ,
8660- ":VectorTransforms" ,
8661- ],
8662- )
8663-
86648632cc_library (
86658633 name = "VectorToXeGPU" ,
86668634 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