[Mlir-commits] [mlir] [MLIR][EmitC] Add support for pointer-array types in the TypeConverter and related MemRef-to-EmitC operations, and update the C emitter. (PR #160159)

Simon Camphausen llvmlistbot at llvm.org
Tue Nov 11 02:54:24 PST 2025


simon-camp wrote:

I don't have a strong opinion on this, this can be revisited later.

I had a look on your changes and it seems to me that you make the emission of the apply op deferred? Doesn't this change semantics of the apply op and affects downstream users? @aniragil what's your opinion on this. (This currently also conflicts with #159975)

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


More information about the Mlir-commits mailing list