RFR: 8350931: RISC-V: remove unnecessary src register for fp_sqrt_d/f
Hamlin Li
mli at openjdk.org
Fri Feb 28 10:28:27 UTC 2025
Hi,
Can you review this simple patch?
It remove the unnecessary src register for fp_sqrt_d/f pipe_class, as sqrt has only one src register.
Thanks
-------------
Commit messages:
- initial commit
Changes: https://git.openjdk.org/jdk/pull/23839/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23839&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8350931
Stats: 6 lines in 1 file changed: 0 ins; 2 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/23839.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23839/head:pull/23839
PR: https://git.openjdk.org/jdk/pull/23839
More information about the hotspot-compiler-dev
mailing list