Skip to content

Commit

Permalink
fix p0
Browse files Browse the repository at this point in the history
  • Loading branch information
LiBinfeng-01 committed Dec 26, 2024
1 parent 47a2aec commit 146b6e7
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 1,997 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ private EvaluateRangeResult computeMonotonicFunctionRange(EvaluateRangeResult re
if (!checkFoldConstantValueIsValid(lowerValue, upperValue)) {
return result;
}
if (!func.isPositive()) {
if (!func.isPositive()) {
Expression temp = lowerValue;
lowerValue = upperValue;
upperValue = temp;
Expand Down
Loading

0 comments on commit 146b6e7

Please sign in to comment.