[all-commits] [llvm/llvm-project] 5d6240: [MLIR][SCF] Inline ExecuteRegion if parent can con...
William Moses via All-commits
all-commits at lists.llvm.org
Mon Jun 28 10:10:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d6240b77e7e7199fcf0e89f6dd2f7eea3596a3c
https://github.com/llvm/llvm-project/commit/5d6240b77e7e7199fcf0e89f6dd2f7eea3596a3c
Author: William S. Moses <gh at wsmoses.com>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/SCF/SCFOps.td
M mlir/lib/Dialect/SCF/SCF.cpp
M mlir/test/Dialect/SCF/canonicalize.mlir
Log Message:
-----------
[MLIR][SCF] Inline ExecuteRegion if parent can contain multiple blocks
The executeregionop is used to allow multiple blocks within SCF constructs. If the container allows multiple blocks, inline the region
Differential Revision: https://reviews.llvm.org/D104960
More information about the All-commits
mailing list