[Mlir-commits] [mlir] [MLIR] emitc: Add emitc translation unit op (PR #123298)
Simon Camphausen
llvmlistbot at llvm.org
Fri Jan 17 01:40:15 PST 2025
simon-camp wrote:
> This feature is opt-in; by default,
> `mlir-translate` will continue to emit the whole module.
Can you reformat this line, please; and maybe I'm reading this wrong, but I expected the code to emit all TUs if not filtered by the `translation-unit-id` flag. Should we reformulate to something like `mlir-translate will continue to emit operations defined outside of tu operations`?
https://github.com/llvm/llvm-project/pull/123298
More information about the Mlir-commits
mailing list