Skip to content

Commit aa4f921

Browse files
wenzhi-cuichsigg
authored andcommitted
Update BUILD.bazel for Mem2Reg deps.
Reviewed By: csigg Differential Revision: https://reviews.llvm.org/D149930
1 parent 50cd2ff commit aa4f921

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10501,6 +10501,7 @@ td_library(
1050110501
],
1050210502
includes = ["include"],
1050310503
deps = [
10504+
":Mem2RegInterfacesTdFiles",
1050410505
":ArithOpsTdFiles",
1050510506
":CastInterfacesTdFiles",
1050610507
":ControlFlowInterfacesTdFiles",
@@ -10574,11 +10575,13 @@ cc_library(
1057410575
deps = [
1057510576
":ArithDialect",
1057610577
":ArithUtils",
10578+
":ComplexDialect",
1057710579
":ControlFlowInterfaces",
1057810580
":CopyOpInterface",
1057910581
":DialectUtils",
1058010582
":IR",
1058110583
":InferTypeOpInterface",
10584+
":Mem2RegInterfaces",
1058210585
":MemRefBaseIncGen",
1058310586
":MemRefOpsIncGen",
1058410587
":ShapedOpInterfaces",

0 commit comments

Comments
 (0)