[all-commits] [llvm/llvm-project] cdc8d0: [mlir][affine] Option to unroll cleanup loop if sm...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Thu Aug 18 17:53:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdc8d0fcd7082448285059ada0126e562b6272a7
https://github.com/llvm/llvm-project/commit/cdc8d0fcd7082448285059ada0126e562b6272a7
Author: lewuathe <lewuathe at me.com>
Date: 2022-08-19 (Fri, 19 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Affine/LoopUtils.h
M mlir/include/mlir/Dialect/Affine/Passes.td
M mlir/lib/Dialect/Affine/Transforms/LoopUnroll.cpp
M mlir/lib/Dialect/Affine/Utils/LoopUtils.cpp
M mlir/test/Dialect/Affine/unroll.mlir
M mlir/test/Dialect/SCF/loop-unroll.mlir
Log Message:
-----------
[mlir][affine] Option to unroll cleanup loop if smaller trip count.
Add an option (cleanUpUnroll) to unroll cleanup loop even if the trip count is smaller the unroll factor.
Differential Revision: https://reviews.llvm.org/D129171
More information about the All-commits
mailing list