File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3541,14 +3541,13 @@ cc_library(
3541
3541
":InferTypeOpInterface" ,
3542
3542
":Support" ,
3543
3543
":WasmSSAIncGen" ,
3544
+ ":WasmSSAInterfacesIncGen" ,
3544
3545
":WasmSSAOpsIncGen" ,
3545
3546
":WasmSSATypesIncGen" ,
3546
- ":WasmSSAInterfacesIncGen" ,
3547
3547
"//llvm:Support" ,
3548
3548
],
3549
3549
)
3550
3550
3551
-
3552
3551
##---------------------------------------------------------------------------##
3553
3552
# XeGPU dialect.
3554
3553
##---------------------------------------------------------------------------##
@@ -10683,6 +10682,7 @@ cc_library(
10683
10682
":AsmParser" ,
10684
10683
":BufferizationDialect" ,
10685
10684
":BufferizationTransforms" ,
10685
+ ":CommonFolders" ,
10686
10686
":DialectUtils" ,
10687
10687
":FuncDialect" ,
10688
10688
":FunctionInterfaces" ,
@@ -10706,6 +10706,7 @@ cc_library(
10706
10706
":TransformDialectInterfaces" ,
10707
10707
":TransformDialectUtils" ,
10708
10708
":TransformUtils" ,
10709
+ ":UBDialect" ,
10709
10710
":VectorDialect" ,
10710
10711
":VectorTransforms" ,
10711
10712
"//llvm:Support" ,
@@ -10818,6 +10819,7 @@ cc_library(
10818
10819
":TensorUtils" ,
10819
10820
":TilingInterface" ,
10820
10821
":TransformUtils" ,
10822
+ ":UBDialect" ,
10821
10823
":ValueBoundsOpInterface" ,
10822
10824
":VectorDialect" ,
10823
10825
":VectorToSCF" ,
You can’t perform that action at this time.
0 commit comments