[Mlir-commits] [mlir] [mlir][EmitC] Add `verbatim` op (PR #79584)
Jacques Pienaar
llvmlistbot at llvm.org
Tue Jan 30 20:28:05 PST 2024
jpienaar wrote:
> This is very useful!
>
> Out of curiosity, what makes the `trailing_semicolon` necessary? Isn't it easier to include `;` into the string itself, and the overcome the validation by adding a space at the end of the string?
+1, could the attribute be avoided?
https://github.com/llvm/llvm-project/pull/79584
More information about the Mlir-commits
mailing list