[all-commits] [llvm/llvm-project] 205c08: [mlir][scf] Add option to loop pipelining to not p...
Thomas via All-commits
all-commits at lists.llvm.org
Thu Jun 2 21:20:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 205c08b54d70532440186fe9070293686d1d0d06
https://github.com/llvm/llvm-project/commit/205c08b54d70532440186fe9070293686d1d0d06
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/SCF/Transforms.h
M mlir/lib/Dialect/SCF/Transforms/LoopPipelining.cpp
M mlir/test/Dialect/SCF/loop-pipelining.mlir
M mlir/test/lib/Dialect/SCF/TestSCFUtils.cpp
Log Message:
-----------
[mlir][scf] Add option to loop pipelining to not peel the epilogue
Add an option to predicate the epilogue within the kernel instead of
peeling the epilogue. This is a useful option to prevent generating
large amount of code for deep pipeline. This currently require a user
lamdba to implement operation predication.
Differential Revision: https://reviews.llvm.org/D126753
More information about the All-commits
mailing list