[Mlir-commits] [mlir] [mlir] Implement memory-space cast operand fusion into consumers (PR #159454)
Nicolas Vasilache
llvmlistbot at llvm.org
Fri Sep 19 03:54:37 PDT 2025
================
@@ -456,6 +458,7 @@ def MemRef_AllocaScopeReturnOp : MemRef_Op<"alloca_scope.return",
def MemRef_CastOp : MemRef_Op<"cast", [
DeclareOpInterfaceMethods<CastOpInterface>,
DeclareOpInterfaceMethods<OpAsmOpInterface, ["getAsmResultNames"]>,
+ DeclareOpInterfaceMethods<FuseMemorySpaceCastConsumerOpInterface>,
----------------
nicolasvasilache wrote:
test seems to be missing?
https://github.com/llvm/llvm-project/pull/159454
More information about the Mlir-commits
mailing list