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 @@ -4506,6 +4506,7 @@ cc_library(
45064506 includes = ["include" ],
45074507 deps = [
45084508 ":InferIntRangeInterface" ,
4509+ ":ShapedOpInterfaces" ,
45094510 "//llvm:Support" ,
45104511 ],
45114512)
@@ -7759,6 +7760,7 @@ td_library(
77597760 ":CastInterfacesTdFiles" ,
77607761 ":ControlFlowInterfacesTdFiles" ,
77617762 ":DestinationStyleOpInterfaceTdFiles" ,
7763+ ":InferIntRangeInterfaceTdFiles" ,
77627764 ":InferTypeOpInterfaceTdFiles" ,
77637765 ":OpBaseTdFiles" ,
77647766 ":ParallelCombiningOpInterfaceTdFiles" ,
@@ -7825,6 +7827,8 @@ cc_library(
78257827 ":DestinationStyleOpInterface" ,
78267828 ":DialectUtils" ,
78277829 ":IR" ,
7830+ ":InferIntRangeCommon" ,
7831+ ":InferIntRangeInterface" ,
78287832 ":InferTypeOpInterface" ,
78297833 ":InliningUtils" ,
78307834 ":LoopLikeInterface" ,
@@ -13499,6 +13503,8 @@ cc_library(
1349913503 ":CopyOpInterface" ,
1350013504 ":DialectUtils" ,
1350113505 ":IR" ,
13506+ ":InferIntRangeCommon" ,
13507+ ":InferIntRangeInterface" ,
1350213508 ":InferTypeOpInterface" ,
1350313509 ":InliningUtils" ,
1350413510 ":MemRefBaseIncGen" ,
You can’t perform that action at this time.
0 commit comments