File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2988,6 +2988,7 @@ cc_library(
2988
2988
":ControlFlowInterfaces" ,
2989
2989
":DialectUtils" ,
2990
2990
":IR" ,
2991
+ ":InferTypeOpInterface" ,
2991
2992
":MemRefDialect" ,
2992
2993
":SideEffectInterfaces" ,
2993
2994
":Support" ,
@@ -5389,13 +5390,13 @@ cc_library(
5389
5390
includes = ["include" ],
5390
5391
deps = [
5391
5392
":Analysis" ,
5393
+ ":ArithmeticDialect" ,
5392
5394
":ConversionPassIncGen" ,
5393
5395
":DataLayoutInterfaces" ,
5394
5396
":FuncDialect" ,
5395
5397
":IR" ,
5396
5398
":LLVMCommonConversion" ,
5397
5399
":LLVMDialect" ,
5398
- ":ArithmeticDialect" ,
5399
5400
":MemRefDialect" ,
5400
5401
":Pass" ,
5401
5402
":Support" ,
@@ -7170,6 +7171,7 @@ cc_library(
7170
7171
":ArithmeticDialect" ,
7171
7172
":ArithmeticUtils" ,
7172
7173
":BufferizationDialect" ,
7174
+ ":ControlFlowInterfaces" ,
7173
7175
":CopyOpInterface" ,
7174
7176
":DialectUtils" ,
7175
7177
":FuncDialect" ,
@@ -8524,6 +8526,7 @@ cc_library(
8524
8526
":BufferizableOpInterfaceIncGen" ,
8525
8527
":BufferizationBaseIncGen" ,
8526
8528
":BufferizationOpsIncGen" ,
8529
+ ":CopyOpInterface" ,
8527
8530
":FuncDialect" ,
8528
8531
":IR" ,
8529
8532
":MemRefDialect" ,
Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ cc_library(
263
263
"//mlir:LLVMDialect" ,
264
264
"//mlir:LinalgInterfaces" ,
265
265
"//mlir:LinalgOps" ,
266
+ "//mlir:LoopLikeInterface" ,
266
267
"//mlir:Pass" ,
267
268
"//mlir:Reducer" ,
268
269
"//mlir:SideEffects" ,
@@ -271,6 +272,7 @@ cc_library(
271
272
"//mlir:TensorDialect" ,
272
273
"//mlir:TransformUtils" ,
273
274
"//mlir:Transforms" ,
275
+ "//mlir:ViewLikeInterface" ,
274
276
],
275
277
)
276
278
You can’t perform that action at this time.
0 commit comments