[Mlir-commits] [mlir] [mlir][emitc] Lower SCF using memrefs (PR #93371)

Gil Rapaport llvmlistbot at llvm.org
Sun Jun 9 05:06:01 PDT 2024


aniragil wrote:

> > Side note: If I'm reading the code correctly this also unifies iter_args and results to one memref each instead of two. We could apply this change to the current lowering as well, right?
> 
> I think so, yes. It seems redundant to copy the variables again.

Up for review as https://github.com/llvm/llvm-project/pull/94898

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


More information about the Mlir-commits mailing list