[all-commits] [llvm/llvm-project] 449858: [MLIR][SCF] Inline single block ExecuteRegionOp
William Moses via All-commits
all-commits at lists.llvm.org
Thu Jun 24 10:17:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44985872b8a058272741703ee63bf7ca34212449
https://github.com/llvm/llvm-project/commit/44985872b8a058272741703ee63bf7ca34212449
Author: William S. Moses <gh at wsmoses.com>
Date: 2021-06-24 (Thu, 24 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 single block ExecuteRegionOp
This commit adds a canonicalization pass which inlines any single block execute region
Differential Revision: https://reviews.llvm.org/D104865
More information about the All-commits
mailing list