File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4875,9 +4875,9 @@ cc_library(
4875
4875
name = "AllExtensions" ,
4876
4876
hdrs = ["include/mlir/InitAllExtensions.h" ],
4877
4877
deps = [
4878
+ ":AMXTransforms" ,
4878
4879
":AffineTransformOps" ,
4879
4880
":ArithToLLVM" ,
4880
- ":AMXTransforms" ,
4881
4881
":BufferizationTransformOps" ,
4882
4882
":BuiltinToLLVMIRTranslation" ,
4883
4883
":ComplexToLLVM" ,
@@ -5082,6 +5082,7 @@ cc_library(
5082
5082
":DialectUtils" ,
5083
5083
":FuncDialect" ,
5084
5084
":FunctionInterfaces" ,
5085
+ ":GPUDialect" ,
5085
5086
":IR" ,
5086
5087
":LinalgDialect" ,
5087
5088
":MemRefDialect" ,
@@ -7678,13 +7679,13 @@ cc_library(
7678
7679
":ArithUtils" ,
7679
7680
":DialectUtils" ,
7680
7681
":IR" ,
7682
+ ":InferTypeOpInterface" ,
7681
7683
":LinalgDialect" ,
7682
7684
":LinalgUtils" ,
7683
7685
":SCFDialect" ,
7684
7686
":TensorDialect" ,
7685
7687
":TensorUtils" ,
7686
7688
":TilingInterface" ,
7687
- ":InferTypeOpInterface" ,
7688
7689
":ValueBoundsOpInterface" ,
7689
7690
],
7690
7691
)
@@ -14280,10 +14281,10 @@ cc_library(
14280
14281
),
14281
14282
includes = ["include" ],
14282
14283
deps = [
14284
+ ":FuncDialect" ,
14283
14285
":IR" ,
14284
14286
":Reducer" ,
14285
14287
":Rewrite" ,
14286
- ":FuncDialect" ,
14287
14288
"//llvm:LineEditor" ,
14288
14289
"//llvm:Support" ,
14289
14290
],
@@ -14312,9 +14313,9 @@ cc_binary(
14312
14313
stamp = 0 ,
14313
14314
deps = [
14314
14315
":AllPassesAndDialects" ,
14316
+ ":IR" ,
14315
14317
":MlirQueryLib" ,
14316
14318
":MlirQueryUtils" ,
14317
- ":IR" ,
14318
14319
"//llvm:Support" ,
14319
14320
"//mlir/test:TestDialect" ,
14320
14321
],
You can’t perform that action at this time.
0 commit comments