[Mlir-commits] [mlir] [mlir][EmitC] Model lvalues as a type in EmitC (PR #91475)

Simon Camphausen llvmlistbot at llvm.org
Tue Jun 18 08:16:23 PDT 2024


simon-camp wrote:

I'm currently preparing a patch to integrate the changes into iree and I'm having issues updating the code in a few places. We fall back to invoking macros through OpaqueCall ops for things that are not representable in the EmitC dialect at the moment, and parameters might be used as lvalues in the macro expansion.

So one way forward may be to allow lvalues in the operands of the OpaqueCall and update the op description. What do you think?

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


More information about the Mlir-commits mailing list