[llvm] [ConstraintSystem] Update comments (PR #127351)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 02:50:37 PDT 2025
================
@@ -73,10 +79,13 @@ bool ConstraintSystem::eliminateUsingFM() {
unsigned IdxLower = 0;
auto &LowerRow = RemainingRows[LowerR];
auto &UpperRow = RemainingRows[UpperR];
+ // Update constant and coefficients of both constraints.
+ // Stops until every coefficient is updated or overflow.
----------------
fhahn wrote:
```suggestion
// Stops until every coefficient is updated or overflows.
```
https://github.com/llvm/llvm-project/pull/127351
More information about the llvm-commits
mailing list