@@ -5415,11 +5415,11 @@ cc_library(
54155415 hdrs = glob (["include/mlir/Dialect/LLVMIR/Transforms/*.h" ]),
54165416 includes = ["include" ],
54175417 deps = [
5418- ":DataLayoutInterfaces" ,
54195418 ":Analysis" ,
5419+ ":DataLayoutInterfaces" ,
54205420 ":FuncDialect" ,
5421- ":InliningUtils" ,
54225421 ":IR" ,
5422+ ":InliningUtils" ,
54235423 ":LLVMDialect" ,
54245424 ":LLVMPassIncGen" ,
54255425 ":NVVMDialect" ,
@@ -6041,13 +6041,13 @@ cc_library(
60416041cc_library (
60426042 name = "GPUToGPURuntimeTransforms" ,
60436043 srcs = [
6044+ "lib/Conversion/GPUCommon/AttrToSPIRVConverter.cpp" ,
60446045 "lib/Conversion/GPUCommon/GPUOpsLowering.cpp" ,
60456046 "lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp" ,
6046- "lib/Conversion/GPUCommon/AttrToSPIRVConverter.cpp" ,
60476047 ],
60486048 hdrs = [
6049- "include/mlir/Conversion/GPUCommon/GPUCommonPass.h" ,
60506049 "include/mlir/Conversion/GPUCommon/AttrToSPIRVConverter.h" ,
6050+ "include/mlir/Conversion/GPUCommon/GPUCommonPass.h" ,
60516051 "lib/Conversion/GPUCommon/GPUOpsLowering.h" ,
60526052 ],
60536053 includes = ["include" ],
@@ -6067,8 +6067,8 @@ cc_library(
60676067 ":LLVMCommonConversion" ,
60686068 ":LLVMDialect" ,
60696069 ":MemRefDialect" ,
6070- ":SPIRVDialect" ,
60716070 ":MemRefToLLVM" ,
6071+ ":SPIRVDialect" ,
60726072 ":Support" ,
60736073 ":VectorToLLVM" ,
60746074 "//llvm:Support" ,
@@ -9988,6 +9988,7 @@ cc_binary(
99889988 deps = [
99899989 ":ArithDialect" ,
99909990 ":BuiltinToLLVMIRTranslation" ,
9991+ ":ConvertToSPIRV" ,
99919992 ":ExecutionEngineUtils" ,
99929993 ":FuncDialect" ,
99939994 ":FuncToLLVM" ,
0 commit comments