[all-commits] [llvm/llvm-project] 949768: [ConstraintElim] Update getLastConstraint to retur...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Feb 10 09:12:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9497680067cc5a2e7d4e0bf657b23d57c06e5e97
https://github.com/llvm/llvm-project/commit/9497680067cc5a2e7d4e0bf657b23d57c06e5e97
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/include/llvm/Analysis/ConstraintSystem.h
M llvm/test/Transforms/ConstraintElimination/debug.ll
Log Message:
-----------
[ConstraintElim] Update getLastConstraint to return to last row. (NFC)
The current code incorrectly returned the first instead of the last row.
This fixes the debug output.
More information about the All-commits
mailing list