[MLIR][Presburger] fix double increment in coalesce
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. Reviewed By: arjunp Differential Revision: https://reviews.llvm.org/D120613
Loading
Please register or sign in to comment