[Mlir-commits] [mlir] [mlir][emitc] Support dense as init value for ShapedType (PR #144826)

Jianjian Guan llvmlistbot at llvm.org
Mon Aug 18 02:12:05 PDT 2025


jacquesguan wrote:

> Sorry for the delay, slipped under the radar. Title mismatch? IIUC this patch is extending existing support of dense as init value from tensor type to shaped type? LGTM with that assert nit. Curious about motivation: lowering? a step towards emitc-only module before translation?

Thanks for comment, title has been changed now. The motivation of this pr is lowering, for some custom ops, we need to generate some array type in emitc.

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


More information about the Mlir-commits mailing list