[all-commits] [llvm/llvm-project] d81fa7: [MLIR][Presburger] MultiAffineFunction:eliminateRe...
Arjun P via All-commits
all-commits at lists.llvm.org
Thu Mar 31 07:12:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d81fa76f3a6b698d9d76e610eb0a8c0f7ea82eaf
https://github.com/llvm/llvm-project/commit/d81fa76f3a6b698d9d76e610eb0a8c0f7ea82eaf
Author: Arjun P <arjunpitchanathan at gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M mlir/lib/Analysis/Presburger/PWMAFunction.cpp
M mlir/unittests/Analysis/Presburger/PWMAFunctionTest.cpp
Log Message:
-----------
[MLIR][Presburger] MultiAffineFunction:eliminateRedundantLocalId: fix bug where local offset was not considered
Previously, when updating the outputs matrix, the local offset was not being considered.
Reviewed By: Groverkss
Differential Revision: https://reviews.llvm.org/D122812
More information about the All-commits
mailing list