File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -2045,6 +2045,26 @@ cc_library(
20452045 ],
20462046)
20472047
2048+ cc_library (
2049+ name = "ArmSMEToLLVM" ,
2050+ srcs = glob (["lib/Conversion/ArmSMEToLLVM/*.cpp" ]),
2051+ hdrs = glob (["include/mlir/Conversion/ArmSMEToLLVM/*.h" ]),
2052+ includes = ["include" ],
2053+ deps = [
2054+ ":ArithDialect" ,
2055+ ":ArmSMEDialect" ,
2056+ ":ArmSMETransforms" ,
2057+ ":ArmSMEUtils" ,
2058+ ":ConversionPassIncGen" ,
2059+ ":FuncDialect" ,
2060+ ":LLVMCommonConversion" ,
2061+ ":LLVMDialect" ,
2062+ ":Pass" ,
2063+ ":Transforms" ,
2064+ ":VectorDialect" ,
2065+ ],
2066+ )
2067+
20482068##---------------------------------------------------------------------------##
20492069# ArmSVE dialect.
20502070##---------------------------------------------------------------------------##
@@ -3788,6 +3808,7 @@ cc_library(
37883808 ":ArithToLLVM" ,
37893809 ":ArithToSPIRV" ,
37903810 ":ArmNeon2dToIntr" ,
3811+ ":ArmSMEToLLVM" ,
37913812 ":ArmSMEToSCF" ,
37923813 ":AsyncToLLVM" ,
37933814 ":BufferizationToMemRef" ,
You can’t perform that action at this time.
0 commit comments