Skip to content

Commit 733db46

Browse files
committed
[bazel] Port #156374: ptr_add shaped operands support
1 parent df9965c commit 733db46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6552,6 +6552,7 @@ gentbl_cc_library(
65526552
tblgen = ":mlir-tblgen",
65536553
td_file = "include/mlir/Dialect/Ptr/IR/PtrOps.td",
65546554
deps = [
6555+
":InferTypeOpInterfaceTdFiles",
65556556
":PtrTdFiles",
65566557
],
65576558
)
@@ -6584,6 +6585,7 @@ cc_library(
65846585
":BytecodeOpInterface",
65856586
":DataLayoutInterfaces",
65866587
":IR",
6588+
":InferTypeOpInterface",
65876589
":InliningUtils",
65886590
":PtrAttrsIncGen",
65896591
":PtrDialectIncGen",

0 commit comments

Comments
 (0)