[Mlir-commits] [mlir] [mlir] [memref] Elevate `AllocOp`s to `GlobalOp`s pass (PR #211141)

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri Jul 24 07:42:08 PDT 2026


banach-space wrote:

> MLIR has alloca_to_global. Is there a way to eventually reuse this logic?

Good catch, looks like this is re-implementing an existing transformation and hence should not be required.

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


More information about the Mlir-commits mailing list