[all-commits] [llvm/llvm-project] 5400f6: [MLIR] Update affine.for unroll utility for iter_a...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Tue Feb 9 21:09:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5400f602cd5a934ff2d0f6c2b12b93cb47bea6b1
https://github.com/llvm/llvm-project/commit/5400f602cd5a934ff2d0f6c2b12b93cb47bea6b1
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M mlir/lib/Transforms/Utils/LoopUtils.cpp
M mlir/test/Dialect/Affine/unroll.mlir
Log Message:
-----------
[MLIR] Update affine.for unroll utility for iter_args support
Update affine.for loop unroll utility for iteration arguments support.
Fix promoteIfSingleIteration as well.
Fixes PR49084: https://bugs.llvm.org/show_bug.cgi?id=49084
Differential Revision: https://reviews.llvm.org/D96383
More information about the All-commits
mailing list