[llvm] [bazel] Port cdc09a118a7107b8e13ba5a254d3d794f51f9818 (PR #125030)

Jordan Rupprecht via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 21:42:05 PST 2025


https://github.com/rupprecht created https://github.com/llvm/llvm-project/pull/125030

None

>From 24895e3e9d94470afbd395ea5cfe867d020470a6 Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Wed, 29 Jan 2025 21:40:23 -0800
Subject: [PATCH] [bazel][mlir][IntRangeInference] Port
 cdc09a118a7107b8e13ba5a254d3d794f51f9818

---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index d1ae589323bc6c..09ebbddd8885f7 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4506,6 +4506,7 @@ cc_library(
     includes = ["include"],
     deps = [
         ":InferIntRangeInterface",
+        ":ShapedOpInterfaces",
         "//llvm:Support",
     ],
 )
@@ -7759,6 +7760,7 @@ td_library(
         ":CastInterfacesTdFiles",
         ":ControlFlowInterfacesTdFiles",
         ":DestinationStyleOpInterfaceTdFiles",
+        ":InferIntRangeInterfaceTdFiles",
         ":InferTypeOpInterfaceTdFiles",
         ":OpBaseTdFiles",
         ":ParallelCombiningOpInterfaceTdFiles",
@@ -7825,6 +7827,8 @@ cc_library(
         ":DestinationStyleOpInterface",
         ":DialectUtils",
         ":IR",
+        ":InferIntRangeCommon",
+        ":InferIntRangeInterface",
         ":InferTypeOpInterface",
         ":InliningUtils",
         ":LoopLikeInterface",
@@ -13499,6 +13503,8 @@ cc_library(
         ":CopyOpInterface",
         ":DialectUtils",
         ":IR",
+        ":InferIntRangeCommon",
+        ":InferIntRangeInterface",
         ":InferTypeOpInterface",
         ":InliningUtils",
         ":MemRefBaseIncGen",



More information about the llvm-commits mailing list