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(
4506
4506
includes = ["include" ],
4507
4507
deps = [
4508
4508
":InferIntRangeInterface" ,
4509
+ ":ShapedOpInterfaces" ,
4509
4510
"//llvm:Support" ,
4510
4511
],
4511
4512
)
@@ -7759,6 +7760,7 @@ td_library(
7759
7760
":CastInterfacesTdFiles" ,
7760
7761
":ControlFlowInterfacesTdFiles" ,
7761
7762
":DestinationStyleOpInterfaceTdFiles" ,
7763
+ ":InferIntRangeInterfaceTdFiles" ,
7762
7764
":InferTypeOpInterfaceTdFiles" ,
7763
7765
":OpBaseTdFiles" ,
7764
7766
":ParallelCombiningOpInterfaceTdFiles" ,
@@ -7825,6 +7827,8 @@ cc_library(
7825
7827
":DestinationStyleOpInterface" ,
7826
7828
":DialectUtils" ,
7827
7829
":IR" ,
7830
+ ":InferIntRangeCommon" ,
7831
+ ":InferIntRangeInterface" ,
7828
7832
":InferTypeOpInterface" ,
7829
7833
":InliningUtils" ,
7830
7834
":LoopLikeInterface" ,
@@ -13499,6 +13503,8 @@ cc_library(
13499
13503
":CopyOpInterface" ,
13500
13504
":DialectUtils" ,
13501
13505
":IR" ,
13506
+ ":InferIntRangeCommon" ,
13507
+ ":InferIntRangeInterface" ,
13502
13508
":InferTypeOpInterface" ,
13503
13509
":InliningUtils" ,
13504
13510
":MemRefBaseIncGen" ,
You can’t perform that action at this time.
0 commit comments