[Mlir-commits] [mlir] [mlir][EmitC] Refactor MLIR Translate To Cpp (PR #84973)
Mehdi Amini
llvmlistbot at llvm.org
Wed Mar 13 20:15:47 PDT 2024
joker-eph wrote:
> This PR actually originated from a need to translate our customized dialect to c++ where we found current emitc structure is a bit hard to inherit and reuse. So we think that with this, cpp translation might be more sustainable and extensible. I wonder what do you think of this, your idea is highly valued. Thanks!
It would be interesting to understand why you can't use the dialect conversion mechanism to lower to EmitC actually: can you come up with examples?
The solution may also be to extend EmitC concepts to better support the missing aspects that you found.
https://github.com/llvm/llvm-project/pull/84973
More information about the Mlir-commits
mailing list