[Mlir-commits] [mlir] [mlir][emitc] Add 'emitc.while' and 'emitc.do' ops to the dialect (PR #143008)
Gil Rapaport
llvmlistbot at llvm.org
Thu Sep 4 06:20:26 PDT 2025
aniragil 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?
Exactly.
>
> I think that should be easier to review then?
Yes, and it also separates the lowering from the optimization such that if the second patch gets reverted for any reason (e.g. bug) it won't revert the lowering part with it.
https://github.com/llvm/llvm-project/pull/143008
More information about the Mlir-commits
mailing list