[Mlir-commits] [mlir] [mlir][emitc] Add 'emitc.while' and 'emitc.do' ops to the dialect (PR #143008)

Kirill Chibisov llvmlistbot at llvm.org
Thu Sep 4 06:13:44 PDT 2025


kchibisov wrote:

@aniragil to move forward with this patch in a bit faster pace, can we then remove `emitc.while` for a while keeping only `emitc.do`, and process only with `do` for the time being. And then add the `emitc.while` in a separate patch with the pass that refactors it?

I think that should be easier to review then?

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


More information about the Mlir-commits mailing list