File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -4015,6 +4015,7 @@ cc_library(
4015
4015
":VectorToSCF" ,
4016
4016
":VectorToSPIRV" ,
4017
4017
":VectorToXeGPU" ,
4018
+ ":XeVMToLLVM" ,
4018
4019
],
4019
4020
)
4020
4021
@@ -13644,3 +13645,28 @@ gentbl_cc_library(
13644
13645
td_file = "include/mlir/Dialect/LLVMIR/XeVMOps.td" ,
13645
13646
deps = [":XeVMTdFiles" ],
13646
13647
)
13648
+
13649
+ cc_library (
13650
+ name = "XeVMToLLVM" ,
13651
+ srcs = glob ([
13652
+ "lib/Conversion/XeVMToLLVM/*.cpp" ,
13653
+ ]),
13654
+ hdrs = glob ([
13655
+ "include/mlir/Conversion/XeVMToLLVM/*.h" ,
13656
+ ]),
13657
+ includes = ["include" ],
13658
+ deps = [
13659
+ ":XeVMDialect" ,
13660
+ ":ConversionPassIncGen" ,
13661
+ ":ConvertToLLVMInterface" ,
13662
+ ":GPUDialect" ,
13663
+ ":IR" ,
13664
+ ":LLVMCommonConversion" ,
13665
+ ":LLVMDialect" ,
13666
+ ":Pass" ,
13667
+ ":Support" ,
13668
+ ":TransformUtils" ,
13669
+ ":VectorDialect" ,
13670
+ "//llvm:Support" ,
13671
+ ],
13672
+ )
You can’t perform that action at this time.
0 commit comments