[Mlir-commits] [mlir] [MLIR] [XeGPU] Add distribution support for memref.alloca and xegpu.create_memdesc ops (PR #179018)

Artem Kroviakov llvmlistbot at llvm.org
Mon Feb 2 05:02:29 PST 2026


https://github.com/akroviakov commented:

What prevents `alloca` and `create_memdesc` from sinking using the existing [SinkUniformOps](https://github.com/llvm/llvm-project/blob/2edd2ee584eb49e88f64f08496289180f678923b/mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp#L1148) pattern?

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


More information about the Mlir-commits mailing list