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

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Sep 19 14:47:44 PDT 2025


krzysz00 wrote:

Noted on `ptr` - so what you'd really want, I think, is a notion of which memory space(s) you're trying to eliminate as a pass parameter.

But yeah, so while the fat raw buffer cast widget can't be freely rewriten away like you said, I'm not sure that memspacecast can be either without more information? I forget what assumptions we've made

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


More information about the Mlir-commits mailing list