aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBart Chrzaszcz <bartchr@google.com>2025-09-24 16:25:57 +0100
committerGitHub <noreply@github.com>2025-09-24 16:25:57 +0100
commit3be8294bf9bef8f046db89b0b590642387312d8c (patch)
tree744d5459aad1bbc0722f4c8b08f780a02356bff9 /utils
parent1fda25772843bdb2d399734e386540203aa834d0 (diff)
downloadllvm-3be8294bf9bef8f046db89b0b590642387312d8c.tar.gz
llvm-3be8294bf9bef8f046db89b0b590642387312d8c.tar.bz2
llvm-3be8294bf9bef8f046db89b0b590642387312d8c.zip
[mlir] Fix bazel after 077a796 round 2. (#160542)
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index fcd83380e62f..5ce8822aab87 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4807,6 +4807,7 @@ cc_library(
":InliningUtils",
":MaskableOpInterface",
":MaskingOpInterface",
+ ":MemOpInterfaces",
":MemRefDialect",
":SideEffectInterfaces",
":SubsetOpInterface",
@@ -7713,6 +7714,7 @@ cc_library(
]),
hdrs = [
"include/mlir/Transforms/CSE.h",
+ "include/mlir/Transforms/BubbleDownMemorySpaceCasts.h",
"include/mlir/Transforms/EndomorphismSimplification.h",
"include/mlir/Transforms/HomomorphismSimplification.h",
"include/mlir/Transforms/LocationSnapshot.h",
@@ -7729,6 +7731,7 @@ cc_library(
":FunctionInterfaces",
":IR",
":LoopLikeInterface",
+ ":MemOpInterfaces",
":MemorySlotInterfaces",
":Pass",
":RuntimeVerifiableOpInterface",
@@ -11075,6 +11078,7 @@ td_library(
":InferTypeOpInterfaceTdFiles",
":MaskableOpInterfaceTdFiles",
":MaskingOpInterfaceTdFiles",
+ ":MemOpInterfacesTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
":VectorInterfacesTdFiles",