> Hi,
> 
> This PR adds intrinsics to `Preconditions.checkFromToIndex()` and 
> `Preconditions.checkFromIndexSize()` to produced optimized IR that uses 
> `RangeCheck` node instead of implicit comparisons. 
> `Preconditions.checkIndex()` is also refactored (without additional 
> optimizations) to use the same helper function.
> 
> Some common patterns where calling `checkFromToIndex` or `checkFromIndexSize` 
> in a loop can have range checks in main loop eliminated completely and, 
> therefore, enables empty loop removal.
> 
> IR and correctness tests are included and passing. Additional tests on 
> `Preconditions.checkIndex()` were also added.
> 
> Thanks!
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Kangcheng Xu has updated the pull request incrementally with two additional 
commits since the last revision:

 - simplify logic by allowing deopt with size == 0
 - remove left over code

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/31138/files
  - new: https://git.openjdk.org/jdk/pull/31138/files/30d2f0c7..cf83a469

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=31138&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31138&range=01-02

  Stats: 119 lines in 4 files changed: 20 ins; 44 del; 55 mod
  Patch: https://git.openjdk.org/jdk/pull/31138.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/31138/head:pull/31138

PR: https://git.openjdk.org/jdk/pull/31138

Reply via email to