[all-commits] [llvm/llvm-project] 8d7c97: [MLIR][Presburger] Fix IntegerRelation::swapVar no...
Bharathi Ramana Joshi via All-commits
all-commits at lists.llvm.org
Wed Dec 13 09:17:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d7c9798153fbaa285f73585a1d87c8d00de0030
https://github.com/llvm/llvm-project/commit/8d7c9798153fbaa285f73585a1d87c8d00de0030
Author: Bharathi Ramana Joshi <joshibharathiramana at gmail.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M mlir/lib/Analysis/Presburger/IntegerRelation.cpp
M mlir/unittests/Analysis/Presburger/IntegerRelationTest.cpp
Log Message:
-----------
[MLIR][Presburger] Fix IntegerRelation::swapVar not swapping identifiers (#74407)
This commit fixes a bug where identifiers were not swapped when doing a
IntegerRelation::swapVar.
More information about the All-commits
mailing list