In the main-loop of the current coalesce implementation i was incremented
twice for some cases. This patch fixes this bug and adds a regression
testcase.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D120613
[MLIR][Presburger] fix double increment in coalesce ClosedPublic Authored by webmiche on Feb 26 2022, 2:25 AM.
Details Summary In the main-loop of the current coalesce implementation i was incremented
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 19 others. · View Herald TranscriptFeb 26 2022, 2:25 AM This revision is now accepted and ready to land.Feb 26 2022, 2:27 AM This revision was landed with ongoing or failed builds.Feb 26 2022, 2:37 AM Closed by commit rG730acdc4454c: [MLIR][Presburger] fix double increment in coalesce (authored by webmiche, committed by arjunp). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 411593 mlir/lib/Analysis/Presburger/PresburgerSet.cpp
mlir/unittests/Analysis/Presburger/PresburgerSetTest.cpp
|