[Mlir-commits] [mlir] [mlir][emitc][NFC] Add an example to the description of the emitc.verbatim operation (PR #128004)
Marius Brehler
llvmlistbot at llvm.org
Fri Feb 21 06:46:18 PST 2025
https://github.com/marbre commented:
I am not sure if that helps or rather confuses. The `emitc.verbatim` is quite simple and just prints what you say and thus is kind of self-explaining. If we want to add an example, I would
* Add an MLIR sample that matches with the provided C++ sample ***or***
* Add an additional C++ sample that matches with the MLIR sample you added (probably more compact.
As you authored this @simon-camp, WDYT?
https://github.com/llvm/llvm-project/pull/128004
More information about the Mlir-commits
mailing list