RFR: 8285040: PPC64 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long [v2]
Martin Doerr
mdoerr at openjdk.java.net
Wed Apr 20 10:15:08 UTC 2022
> Add match rules for UDivI, UModI, UDivL, UModL as on x86 (JDK-8282221). PPC64 doesn't have DivMod instructions which can deliver both results at once.
> Note: The x86 tests can currently not be extended to this platform because https://bugs.openjdk.java.net/browse/JDK-8280120 is not yet implemented.
Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
Remove UDivI and UModI again because they don't improve performance.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8304/files
- new: https://git.openjdk.java.net/jdk/pull/8304/files/c5527e3d..d19eef58
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8304&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8304&range=00-01
Stats: 22 lines in 1 file changed: 0 ins; 19 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/8304.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8304/head:pull/8304
PR: https://git.openjdk.java.net/jdk/pull/8304
More information about the hotspot-compiler-dev
mailing list