Skip to content

Commit 3be8294

Browse files
authored
[mlir] Fix bazel after 077a796 round 2. (#160542)
1 parent 1fda257 commit 3be8294

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4807,6 +4807,7 @@ cc_library(
48074807
":InliningUtils",
48084808
":MaskableOpInterface",
48094809
":MaskingOpInterface",
4810+
":MemOpInterfaces",
48104811
":MemRefDialect",
48114812
":SideEffectInterfaces",
48124813
":SubsetOpInterface",
@@ -7713,6 +7714,7 @@ cc_library(
77137714
]),
77147715
hdrs = [
77157716
"include/mlir/Transforms/CSE.h",
7717+
"include/mlir/Transforms/BubbleDownMemorySpaceCasts.h",
77167718
"include/mlir/Transforms/EndomorphismSimplification.h",
77177719
"include/mlir/Transforms/HomomorphismSimplification.h",
77187720
"include/mlir/Transforms/LocationSnapshot.h",
@@ -7729,6 +7731,7 @@ cc_library(
77297731
":FunctionInterfaces",
77307732
":IR",
77317733
":LoopLikeInterface",
7734+
":MemOpInterfaces",
77327735
":MemorySlotInterfaces",
77337736
":Pass",
77347737
":RuntimeVerifiableOpInterface",
@@ -11075,6 +11078,7 @@ td_library(
1107511078
":InferTypeOpInterfaceTdFiles",
1107611079
":MaskableOpInterfaceTdFiles",
1107711080
":MaskingOpInterfaceTdFiles",
11081+
":MemOpInterfacesTdFiles",
1107811082
":OpBaseTdFiles",
1107911083
":SideEffectInterfacesTdFiles",
1108011084
":VectorInterfacesTdFiles",

0 commit comments

Comments
 (0)