RFR: 8328528: C2 should optimize long-typed parallel iv in an int counted loop [v11]
Kangcheng Xu
kxu at openjdk.org
Mon Sep 23 16:19:03 UTC 2024
> Currently, parallel iv optimization only happens in an int counted loop with int-typed parallel iv's. This PR adds support for long-typed iv to be optimized.
>
> Additionally, this ticket contributes to the resolution of [JDK-8275913](https://bugs.openjdk.org/browse/JDK-8275913). Meanwhile, I'm working on adding support for parallel IV replacement for long counted loops which will depend on this PR.
Kangcheng Xu has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 30 commits:
- Merge branch 'openjdk:master' into long-typed-parallel-iv
- refactor I/L conversion nodes
- update tests and comments as requested
- Merge branch 'master' into long-typed-parallel-iv
- use @run driver and Argument.RANDOM_ONCE
- Merge branch 'master' into long-typed-parallel-iv
- add random strides to tests
- fix tests on larger strides
- add more expressive comments and test cases
- Merge branch 'master' into long-typed-parallel-iv
- ... and 20 more: https://git.openjdk.org/jdk/compare/0f9f7775...e1e112da
-------------
Changes: https://git.openjdk.org/jdk/pull/18489/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18489&range=10
Stats: 427 lines in 3 files changed: 414 ins; 0 del; 13 mod
Patch: https://git.openjdk.org/jdk/pull/18489.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18489/head:pull/18489
PR: https://git.openjdk.org/jdk/pull/18489
More information about the hotspot-compiler-dev
mailing list