[Mlir-commits] [mlir] [mlir] Implement memory-space cast operand fusion into consumers (PR #159454)
Fabian Mora
llvmlistbot at llvm.org
Fri Sep 19 04:30:17 PDT 2025
fabianmcg wrote:
> I don't see a "fusion" on your example: the before/after both have the same number of operations, with the cast being just "bubbled-down" here?
Yeah, I've been thinking a better name for the pass is propagate memory space cast. For the interface, what about ConsumeMemorySpaceOperandsCastOpInterface ?
https://github.com/llvm/llvm-project/pull/159454
More information about the Mlir-commits
mailing list