File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4481,6 +4481,7 @@ cc_library(
44814481 includes = ["include" ],
44824482 deps = [
44834483 ":InferIntRangeInterface" ,
4484+ ":ShapedOpInterfaces" ,
44844485 "//llvm:Support" ,
44854486 ],
44864487)
@@ -7732,6 +7733,7 @@ td_library(
77327733 ":CastInterfacesTdFiles" ,
77337734 ":ControlFlowInterfacesTdFiles" ,
77347735 ":DestinationStyleOpInterfaceTdFiles" ,
7736+ ":InferIntRangeInterfaceTdFiles" ,
77357737 ":InferTypeOpInterfaceTdFiles" ,
77367738 ":OpBaseTdFiles" ,
77377739 ":ParallelCombiningOpInterfaceTdFiles" ,
@@ -7798,6 +7800,8 @@ cc_library(
77987800 ":DestinationStyleOpInterface" ,
77997801 ":DialectUtils" ,
78007802 ":IR" ,
7803+ ":InferIntRangeCommon" ,
7804+ ":InferIntRangeInterface" ,
78017805 ":InferTypeOpInterface" ,
78027806 ":InliningUtils" ,
78037807 ":LoopLikeInterface" ,
@@ -13471,6 +13475,8 @@ cc_library(
1347113475 ":CopyOpInterface" ,
1347213476 ":DialectUtils" ,
1347313477 ":IR" ,
13478+ ":InferIntRangeCommon" ,
13479+ ":InferIntRangeInterface" ,
1347413480 ":InferTypeOpInterface" ,
1347513481 ":InliningUtils" ,
1347613482 ":MemRefBaseIncGen" ,
You can’t perform that action at this time.
0 commit comments