llvm-project/mlir/lib/Dialect/SCF
Alex Zinenko 3adced3494 [mlir] Introduce callback-based builders to SCF Parallel and Reduce ops
Similarly to `scf::ForOp`, introduce additional `function_ref` arguments to
`::build` functions of SCF `ParallelOp` and `ReduceOp`. The provided functions
will be called to construct the body of the respective operations while
constructing the operation itself. Exercise them in LoopUtils.

Differential Revision: https://reviews.llvm.org/D81872
2020-06-16 20:51:32 +02:00
..
EDSC [mlir] SCF: provide function_ref builders for IfOp 2020-05-27 16:12:58 +02:00
Transforms [mlir][SCF] Add utility to clone an scf.ForOp while appending new yield values. 2020-05-29 07:28:17 -04:00
CMakeLists.txt [MLIR] Continue renaming of "SideEffects" 2020-05-15 14:37:09 -07:00
SCF.cpp [mlir] Introduce callback-based builders to SCF Parallel and Reduce ops 2020-06-16 20:51:32 +02:00