File tree 1 file changed +3
-2
lines changed
utils/bazel/llvm-project-overlay/mlir
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7526,9 +7526,9 @@ cc_library(
7526
7526
":TilingInterface" ,
7527
7527
":TransformUtils" ,
7528
7528
":ValueBoundsOpInterface" ,
7529
- ":ViewLikeInterface" ,
7530
7529
":VectorDialect" ,
7531
7530
":VectorUtils" ,
7531
+ ":ViewLikeInterface" ,
7532
7532
"//llvm:Support" ,
7533
7533
],
7534
7534
)
@@ -8089,6 +8089,7 @@ cc_library(
8089
8089
":ConversionPassIncGen" ,
8090
8090
":IR" ,
8091
8091
":SCFDialect" ,
8092
+ ":SCFTransforms" ,
8092
8093
":TransformUtils" ,
8093
8094
":Transforms" ,
8094
8095
],
@@ -10092,8 +10093,8 @@ cc_library(
10092
10093
":LLVMDialect" ,
10093
10094
":LoopLikeInterface" ,
10094
10095
":MemRefDialect" ,
10095
- ":OpenACCOpsIncGen" ,
10096
10096
":OpenACCMPOpsInterfacesIncGen" ,
10097
+ ":OpenACCOpsIncGen" ,
10097
10098
":OpenACCTypeInterfacesIncGen" ,
10098
10099
":OpenACCTypesIncGen" ,
10099
10100
":SideEffectInterfaces" ,
You can’t perform that action at this time.
0 commit comments