[llvm] [ConstraintElim] Strip IsKnownNonNegative (NFC) (PR #177993)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 26 09:29:33 PST 2026


================
@@ -335,13 +335,10 @@ class ConstraintInfo {
 struct DecompEntry {
   int64_t Coefficient;
   Value *Variable;
-  /// True if the variable is known positive in the current constraint.
-  bool IsKnownNonNegative;
 
   DecompEntry(int64_t Coefficient, Value *Variable,
               bool IsKnownNonNegative = false)
----------------
dtcxzyw wrote:

Redundant param.

https://github.com/llvm/llvm-project/pull/177993


More information about the llvm-commits mailing list