[all-commits] [llvm/llvm-project] dab077: [mlir][affine][analysis] Fix `closedUB` handling i...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Mar 13 01:03:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dab077cae7b075deeca94272e987495728a8827e
https://github.com/llvm/llvm-project/commit/dab077cae7b075deeca94272e987495728a8827e
Author: Matthias Springer <me at m-sp.org>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/Affine/Analysis/AffineStructures.h
M mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
Log Message:
-----------
[mlir][affine][analysis] Fix `closedUB` handling in `getSliceBounds`
There were cases in which `ubAdjustment` was not applied to the resulting UB.
Differential Revision: https://reviews.llvm.org/D145796
More information about the All-commits
mailing list