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(
2045
2045
],
2046
2046
)
2047
2047
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
+
2048
2068
##---------------------------------------------------------------------------##
2049
2069
# ArmSVE dialect.
2050
2070
##---------------------------------------------------------------------------##
@@ -3788,6 +3808,7 @@ cc_library(
3788
3808
":ArithToLLVM" ,
3789
3809
":ArithToSPIRV" ,
3790
3810
":ArmNeon2dToIntr" ,
3811
+ ":ArmSMEToLLVM" ,
3791
3812
":ArmSMEToSCF" ,
3792
3813
":AsyncToLLVM" ,
3793
3814
":BufferizationToMemRef" ,
You can’t perform that action at this time.
0 commit comments