[Mlir-commits] [mlir] Moving CppEmitter to header file. (PR #106201)

Simon Camphausen llvmlistbot at llvm.org
Tue Aug 27 08:47:01 PDT 2024


simon-camp wrote:

> As I understood it emitc.verbatim op doesn't help me with that.

That's correct. The `emitc.verbatim` intentionally doesn't have results and operands.

Can you share a concrete example of what code should be generated for your custom ops? Then it's easier to discuss in which way the emitc dialect needs to be extended.

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


More information about the Mlir-commits mailing list