We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109ede4 commit ae2a18dCopy full SHA for ae2a18d
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -121,6 +121,7 @@ td_library(
121
"//mlir:InferIntRangeInterfaceTdFiles",
122
"//mlir:InferTypeOpInterfaceTdFiles",
123
"//mlir:LinalgStructuredOpsTdFiles",
124
+ "//mlir:MemorySlotInterfacesTdFiles",
125
"//mlir:OpBaseTdFiles",
126
"//mlir:SideEffectInterfacesTdFiles",
127
],
@@ -418,6 +419,7 @@ cc_library(
418
419
"//mlir:LLVMIRToLLVMTranslation",
420
"//mlir:LinalgDialect",
421
"//mlir:LoopLikeInterface",
422
+ "//mlir:MemorySlotInterfaces",
423
"//mlir:Pass",
424
"//mlir:Reducer",
425
"//mlir:SideEffectInterfaces",
0 commit comments