[Mlir-commits] [mlir] [mlir] Implement a memory-space cast bubbling-down transform (PR #159454)

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Sep 19 13:04:14 PDT 2025


krzysz00 wrote:

As a general comment, the notion of a lossless memory cast is something that'll need an attribute interface on memory spaces, not an op interface.

And probably DLTI

So ... what if we just made this infer-memory-spaces to rewrite out as many casts to the null memory space as you can get  your hands on?

https://github.com/llvm/llvm-project/pull/159454


More information about the Mlir-commits mailing list