RFR: 8328528: C2 should optimize long-typed parallel iv in an int counted loop [v21]
Kangcheng Xu
kxu at openjdk.org
Thu Oct 3 16:31:15 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 incrementally with one additional commit since the last revision:
correctly verify outputs with custom @Run methods
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18489/files
- new: https://git.openjdk.org/jdk/pull/18489/files/4e2735ae..32bedd00
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18489&range=20
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18489&range=19-20
Stats: 201 lines in 1 file changed: 122 ins; 60 del; 19 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