14 #ifndef MLIR_INTERFACES_MEMOPINTERFACES_H
15 #define MLIR_INTERFACES_MEMOPINTERFACES_H
28 FailureOr<std::optional<SmallVector<Value>>>
34 #include "mlir/Interfaces/MemOpInterfaces.h.inc"
FailureOr< std::optional< SmallVector< Value > > > bubbleDownInPlaceMemorySpaceCastImpl(OpOperand &operand, ValueRange results)
Tries to bubble-down inplace a MemorySpaceCastOpInterface operation referenced by operand.
LogicalResult verifyMemorySpaceCastOpInterface(Operation *op)
Attempt to verify the given memory space cast operation.
Include the generated interface declarations.