Skip to content

Commit af54757

Browse files
authored
[bazel] Port #152003: Support padding with poison (#152771)
1 parent f4cf610 commit af54757

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)