File tree 1 file changed +5
-4
lines changed
utils/bazel/llvm-project-overlay/mlir 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2156,7 +2156,7 @@ cc_library(
2156
2156
":ArmSMEOpInterfacesIncGen" ,
2157
2157
":ArmSMEOpsIncGen" ,
2158
2158
":BytecodeOpInterface" ,
2159
- ":FunctionInterfaces" ,
2159
+ ":FunctionInterfaces" ,
2160
2160
":IR" ,
2161
2161
":LLVMDialect" ,
2162
2162
":MemRefDialect" ,
@@ -2173,15 +2173,15 @@ cc_library(
2173
2173
hdrs = glob (["include/mlir/Dialect/ArmSME/Transforms/*.h" ]),
2174
2174
includes = ["include" ],
2175
2175
deps = [
2176
- ":Analysis" ,
2176
+ ":Analysis" ,
2177
2177
":ArithUtils" ,
2178
2178
":ArmSMEDialect" ,
2179
2179
":ArmSMETransformsPassIncGen" ,
2180
2180
":ControlFlowDialect" ,
2181
2181
":DialectUtils" ,
2182
2182
":FuncDialect" ,
2183
2183
":FuncTransforms" ,
2184
- ":FunctionInterfaces" ,
2184
+ ":FunctionInterfaces" ,
2185
2185
":IR" ,
2186
2186
":LLVMCommonConversion" ,
2187
2187
":LLVMDialect" ,
@@ -2220,7 +2220,7 @@ cc_library(
2220
2220
":ControlFlowDialect" ,
2221
2221
":ConversionPassIncGen" ,
2222
2222
":FuncDialect" ,
2223
- ":FunctionInterfaces" ,
2223
+ ":FunctionInterfaces" ,
2224
2224
":LLVMCommonConversion" ,
2225
2225
":LLVMDialect" ,
2226
2226
":MemRefDialect" ,
@@ -7487,6 +7487,7 @@ cc_library(
7487
7487
":TransformUtils" ,
7488
7488
":ValueBoundsOpInterface" ,
7489
7489
":VectorDialect" ,
7490
+ ":VectorUtils" ,
7490
7491
"//llvm:Support" ,
7491
7492
],
7492
7493
)
You can’t perform that action at this time.
0 commit comments