[all-commits] [llvm/llvm-project] 11b67a: [mlir][scf] NFC - refactor the implementation of o...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Jan 5 02:02:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11b67aaffb0125f7c996abdf2b2fc2c61334f462
https://github.com/llvm/llvm-project/commit/11b67aaffb0125f7c996abdf2b2fc2c61334f462
Author: Nicolas Vasilache <nicolas.vasilache at google.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M mlir/include/mlir/Dialect/SCF/Utils.h
M mlir/lib/Dialect/SCF/Transforms/Utils.cpp
M mlir/test/lib/Dialect/SCF/TestSCFUtils.cpp
Log Message:
-----------
[mlir][scf] NFC - refactor the implementation of outlineIfOp
This revision refactors the implementation of outlineIfOp to expose
a finer-grain functionality `outlineSingleBlockRegion` that will be
reused in other contexts.
Differential Revision: https://reviews.llvm.org/D116591
More information about the All-commits
mailing list