[PATCH] D74174: [MLIR] Allow Loop dialect IfOp and ForOp to define values

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 20:13:24 PST 2020


bondhugula added a comment.

I think we could add a reduction_vars / reduction_args list just like iter_args on loop.for and completely get rid of loop.reduce / loop.reduce.return and just use yield from within for's region to send out both reduction vars and general cross loop/loop live out vars.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74174/new/

https://reviews.llvm.org/D74174





More information about the llvm-commits mailing list