[all-commits] [llvm/llvm-project] a2802d: [MLIR] Fix bug in addAffineParallelOpDomain upper ...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Mon Feb 27 21:06:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2802dd24f62c14ae00d1691bb19a20d130ec68d
https://github.com/llvm/llvm-project/commit/a2802dd24f62c14ae00d1691bb19a20d130ec68d
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
M mlir/test/Transforms/memref-dependence-check.mlir
Log Message:
-----------
[MLIR] Fix bug in addAffineParallelOpDomain upper bound constraint
Fix upper bound constraint addition in addAffineParallelOpDomain; it was
off by one in the case of constants.
Differential Revision: https://reviews.llvm.org/D144836
More information about the All-commits
mailing list