File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4807,6 +4807,7 @@ cc_library(
4807
4807
":InliningUtils" ,
4808
4808
":MaskableOpInterface" ,
4809
4809
":MaskingOpInterface" ,
4810
+ ":MemOpInterfaces" ,
4810
4811
":MemRefDialect" ,
4811
4812
":SideEffectInterfaces" ,
4812
4813
":SubsetOpInterface" ,
@@ -7713,6 +7714,7 @@ cc_library(
7713
7714
]),
7714
7715
hdrs = [
7715
7716
"include/mlir/Transforms/CSE.h" ,
7717
+ "include/mlir/Transforms/BubbleDownMemorySpaceCasts.h" ,
7716
7718
"include/mlir/Transforms/EndomorphismSimplification.h" ,
7717
7719
"include/mlir/Transforms/HomomorphismSimplification.h" ,
7718
7720
"include/mlir/Transforms/LocationSnapshot.h" ,
@@ -7729,6 +7731,7 @@ cc_library(
7729
7731
":FunctionInterfaces" ,
7730
7732
":IR" ,
7731
7733
":LoopLikeInterface" ,
7734
+ ":MemOpInterfaces" ,
7732
7735
":MemorySlotInterfaces" ,
7733
7736
":Pass" ,
7734
7737
":RuntimeVerifiableOpInterface" ,
@@ -11075,6 +11078,7 @@ td_library(
11075
11078
":InferTypeOpInterfaceTdFiles" ,
11076
11079
":MaskableOpInterfaceTdFiles" ,
11077
11080
":MaskingOpInterfaceTdFiles" ,
11081
+ ":MemOpInterfacesTdFiles" ,
11078
11082
":OpBaseTdFiles" ,
11079
11083
":SideEffectInterfacesTdFiles" ,
11080
11084
":VectorInterfacesTdFiles" ,
You can’t perform that action at this time.
0 commit comments