[Mlir-commits] [mlir] [mlir][EmitC] Refactor MLIR Translate To Cpp (PR #84973)
Matthias Gehre
llvmlistbot at llvm.org
Wed Mar 13 02:29:42 PDT 2024
mgehre-amd wrote:
As I understand the current design of emitc, it's intended that the translator will only accept the emitc dialect, and other dialects are instead supposed to convert into emitc before translation.
Your PR wants to move away from that design, correct?
https://github.com/llvm/llvm-project/pull/84973
More information about the Mlir-commits
mailing list