File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -12620,10 +12620,13 @@ gentbl_cc_library(
12620
12620
cc_library (
12621
12621
name = "ArithDialect" ,
12622
12622
srcs = [
12623
+ "include/mlir/Interfaces/ValueBoundsOpInterface.h" ,
12623
12624
"lib/Dialect/Arith/IR/ArithDialect.cpp" ,
12624
12625
"lib/Dialect/Arith/IR/ArithOps.cpp" ,
12625
12626
"lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp" ,
12626
- ],
12627
+ ] + glob ([
12628
+ "include/mlir/Analysis/**/*.h" ,
12629
+ ]),
12627
12630
hdrs = [
12628
12631
"include/mlir/Dialect/Arith/IR/Arith.h" ,
12629
12632
],
@@ -12636,14 +12639,18 @@ cc_library(
12636
12639
":BufferizationInterfaces" ,
12637
12640
":CastInterfaces" ,
12638
12641
":CommonFolders" ,
12642
+ ":ControlFlowInterfaces" ,
12639
12643
":ConvertToLLVMInterface" ,
12644
+ ":DestinationStyleOpInterface" ,
12640
12645
":IR" ,
12641
12646
":InferIntRangeCommon" ,
12642
12647
":InferIntRangeInterface" ,
12643
12648
":InferTypeOpInterface" ,
12644
12649
":InliningUtils" ,
12650
+ ":Pass" ,
12645
12651
":Support" ,
12646
12652
":UBDialect" ,
12653
+ ":ValueBoundsOpInterfaceIncGen" ,
12647
12654
":VectorInterfaces" ,
12648
12655
"//llvm:Support" ,
12649
12656
],
You can’t perform that action at this time.
0 commit comments