[Mlir-commits] [mlir] [mlir] Implement memory-space cast operand fusion into consumers (PR #159454)
Mehdi Amini
llvmlistbot at llvm.org
Fri Sep 19 04:28:17 PDT 2025
joker-eph wrote:
> This commit adds functionality to fuse memory-space casts into consumer operations,
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?
https://github.com/llvm/llvm-project/pull/159454
More information about the Mlir-commits
mailing list