JIT: Redundant bounds check for when loopUpperBound==arrayLength #114744
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Loop cloning generates a fast path without bounds check but this can be statically optimized without needing to keep the slow path: https://godbolt.org/z/3WeaEfWh3
The text was updated successfully, but these errors were encountered: