[Mlir-commits] [mlir] [WIP][mlir][EmitC] Model lvalues as a type in EmitC (PR #91475)
Matthias Gehre
llvmlistbot at llvm.org
Thu May 16 02:37:47 PDT 2024
mgehre-amd wrote:
> I'm trying to summarize the discussion so far to highlight questions I have right now (much of this was also already written down in the RFC):
Thanks for the summary, that looks good!
For arrays, are you intending to for `emitc.variable`/`emitc.get_global` have type `!emitc.array` for arrays and `!emitc.lvalue<type>` for other types? I would like that.
https://github.com/llvm/llvm-project/pull/91475
More information about the Mlir-commits
mailing list