[all-commits] [llvm/llvm-project] 3dff8c: [MLIR] Fix affine loop tiling utility upper bound bug
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Mon Apr 20 12:24:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3dff8c9109a73b208ef7625c06e0d507ffb02614
https://github.com/llvm/llvm-project/commit/3dff8c9109a73b208ef7625c06e0d507ffb02614
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M mlir/lib/Dialect/Affine/Transforms/LoopTiling.cpp
M mlir/test/Dialect/Affine/loop-tiling.mlir
Log Message:
-----------
[MLIR] Fix affine loop tiling utility upper bound bug
Fix intra-tile upper bound setting in a scenario where the tile size was
larger than the trip count.
Differential Revision: https://reviews.llvm.org/D78505
More information about the All-commits
mailing list