[all-commits] [llvm/llvm-project] 5e0d29: [MLIR] Fix bug in the method constructing semi aff...
Arnab Dutta via All-commits
all-commits at lists.llvm.org
Mon Oct 31 23:21:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e0d29103a3f9252b26669f6d4bdc9dc29cef1f1
https://github.com/llvm/llvm-project/commit/5e0d29103a3f9252b26669f6d4bdc9dc29cef1f1
Author: Arnab Dutta <arnab at polymagelabs.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M mlir/lib/IR/AffineExpr.cpp
M mlir/test/Dialect/Affine/simplify-structures.mlir
Log Message:
-----------
[MLIR] Fix bug in the method constructing semi affine expression from flattened form
Set proper offset to the second element of the index pair, so that
we do not have same index values for more than one local expression.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D137062
More information about the All-commits
mailing list