Skip to content

Commit

Permalink
[GR-60540] Backport to 24.2.0: Miscompilation found by fuzzing (Injec…
Browse files Browse the repository at this point in the history
…tLoopCounterStamps).

PullRequest: graal/19620
  • Loading branch information
davleopo authored and ansalond committed Dec 19, 2024
2 parents 033c7f5 + 57d416f commit 0fa84cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ public boolean ivCanNeverOverflow(InductionVariable iv) {
return false;
}
}
return false;
}

// BELOW: limitCheckedIV case
Expand Down

0 comments on commit 0fa84cb

Please sign in to comment.