[all-commits] [llvm/llvm-project] b2217b: [MLIR] Fix affine loop unroll corner case for full...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sun Oct 10 22:12:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2217b36fe436d84766be0a527a0560feda1a67a
https://github.com/llvm/llvm-project/commit/b2217b36fe436d84766be0a527a0560feda1a67a
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M mlir/lib/Transforms/Utils/LoopUtils.cpp
M mlir/test/Dialect/Affine/unroll.mlir
Log Message:
-----------
[MLIR] Fix affine loop unroll corner case for full unroll
Fix affine loop unroll for zero trip count loops. Add missing check.
Differential Revision: https://reviews.llvm.org/D111375
More information about the All-commits
mailing list