[Mlir-commits] [mlir] [mlir][EmitC] Expand the MemRefToEmitC pass - Lowering `reinterpret_cast` (PR #152610)

Paul Kirth llvmlistbot at llvm.org
Fri Aug 8 10:23:40 PDT 2025


ilovepi wrote:

In your example, `int32_t(*)[1][1][999] v4` is invalid syntax, right?  Shouldn't it be: `int32_t(*v4)[1][1][999]`?  Is that a typo in the description? or is that what's generated/translated?

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


More information about the Mlir-commits mailing list