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

Tina Jung llvmlistbot at llvm.org
Thu May 2 00:07:50 PDT 2024


TinaAMD wrote:

I aligned the restriction to the capabilities of the [Emitter](https://github.com/llvm/llvm-project/blob/15027be6a5c5cf870f25af8de05d6d06c767238f/mlir/lib/Target/Cpp/TranslateToCpp.cpp#L1537), such that one could only build EmitC code which the emitter can handle (to be able to find errors upon construction already). As far as I can see, the emitter doesn't support `VectorType` and `bf16`; do you have downstream changes for these types?

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


More information about the Mlir-commits mailing list