[Mlir-commits] [mlir] [mlir][emitc] Restrict types in EmitC (PR #88391)

Marius Brehler llvmlistbot at llvm.org
Thu May 2 07:52:41 PDT 2024


marbre wrote:

We have had these discussions several times online and offline (already during upstreaming the dialect and the emitter), and the consensus was to make the dialect robust and keep the emitter simple. As @mgehre-amd mentioned, types that are not supported by the emitter can be represented with `!emitc.opaque<"mytype">. Of course we are also happy to discuss if it makes sense to add support for further types to the dialect / emitter.

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


More information about the Mlir-commits mailing list