[all-commits] [llvm/llvm-project] 8f72e5: [MLIR] Fix a bug in affine-loop-normalize
Vimal via All-commits
all-commits at lists.llvm.org
Thu Jul 27 05:14:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f72e5600080535a5f714e186cd6e3a2f8ec9893
https://github.com/llvm/llvm-project/commit/8f72e5600080535a5f714e186cd6e3a2f8ec9893
Author: Vimal Patel <vimal at polymagelabs.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
M mlir/test/Dialect/Affine/affine-loop-normalize.mlir
Log Message:
-----------
[MLIR] Fix a bug in affine-loop-normalize
The existing logic was not sufficient for the case of loops with lower
and upper bounds with different operand lists.
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D155578
More information about the All-commits
mailing list