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(
35413541 ":InferTypeOpInterface" ,
35423542 ":Support" ,
35433543 ":WasmSSAIncGen" ,
3544+ ":WasmSSAInterfacesIncGen" ,
35443545 ":WasmSSAOpsIncGen" ,
35453546 ":WasmSSATypesIncGen" ,
3546- ":WasmSSAInterfacesIncGen" ,
35473547 "//llvm:Support" ,
35483548 ],
35493549)
35503550
3551-
35523551##---------------------------------------------------------------------------##
35533552# XeGPU dialect.
35543553##---------------------------------------------------------------------------##
@@ -10683,6 +10682,7 @@ cc_library(
1068310682 ":AsmParser" ,
1068410683 ":BufferizationDialect" ,
1068510684 ":BufferizationTransforms" ,
10685+ ":CommonFolders" ,
1068610686 ":DialectUtils" ,
1068710687 ":FuncDialect" ,
1068810688 ":FunctionInterfaces" ,
@@ -10706,6 +10706,7 @@ cc_library(
1070610706 ":TransformDialectInterfaces" ,
1070710707 ":TransformDialectUtils" ,
1070810708 ":TransformUtils" ,
10709+ ":UBDialect" ,
1070910710 ":VectorDialect" ,
1071010711 ":VectorTransforms" ,
1071110712 "//llvm:Support" ,
@@ -10818,6 +10819,7 @@ cc_library(
1081810819 ":TensorUtils" ,
1081910820 ":TilingInterface" ,
1082010821 ":TransformUtils" ,
10822+ ":UBDialect" ,
1082110823 ":ValueBoundsOpInterface" ,
1082210824 ":VectorDialect" ,
1082310825 ":VectorToSCF" ,
You can’t perform that action at this time.
0 commit comments