[all-commits] [llvm/llvm-project] 2a01d7: [mlir][SCF] Add utility to outline the then and el...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Aug 7 11:50:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2a01d7f7b6487b87bfb4722d53fcba30129ded13
https://github.com/llvm/llvm-project/commit/2a01d7f7b6487b87bfb4722d53fcba30129ded13
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-08-07 (Fri, 07 Aug 2020)
Changed paths:
M mlir/include/mlir/Dialect/SCF/Utils.h
M mlir/lib/Dialect/SCF/Transforms/CMakeLists.txt
M mlir/lib/Dialect/SCF/Transforms/Utils.cpp
R mlir/test/Transforms/loop-utils.mlir
A mlir/test/Transforms/scf-if-utils.mlir
A mlir/test/Transforms/scf-loop-utils.mlir
M mlir/test/lib/Transforms/TestSCFUtils.cpp
Log Message:
-----------
[mlir][SCF] Add utility to outline the then and else branches of an scf.IfOp
Differential Revision: https://reviews.llvm.org/D85449
More information about the All-commits
mailing list