[llvm] [bazel] Port #156374: ptr_add shaped operands support (PR #156706)

Jordan Rupprecht via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 3 09:18:00 PDT 2025


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

None

>From 733db468bc5afea85ecb276dfd1c4876d2326911 Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Wed, 3 Sep 2025 09:17:26 -0700
Subject: [PATCH] [bazel] Port #156374: ptr_add shaped operands support

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

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index a78de1ac0899f..a77bfc70924d0 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6552,6 +6552,7 @@ gentbl_cc_library(
     tblgen = ":mlir-tblgen",
     td_file = "include/mlir/Dialect/Ptr/IR/PtrOps.td",
     deps = [
+        ":InferTypeOpInterfaceTdFiles",
         ":PtrTdFiles",
     ],
 )
@@ -6584,6 +6585,7 @@ cc_library(
         ":BytecodeOpInterface",
         ":DataLayoutInterfaces",
         ":IR",
+        ":InferTypeOpInterface",
         ":InliningUtils",
         ":PtrAttrsIncGen",
         ":PtrDialectIncGen",



More information about the llvm-commits mailing list