RFR: 8325438: Add exhaustive tests for Math.round intrinsics [v9]
Hamlin Li
mli at openjdk.org
Tue Apr 23 09:46:08 UTC 2024
On Mon, 22 Apr 2024 15:51:03 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> @theRealAph out of office, so don't have much time to think this through. But maybe we want both, a slower IR test which ensures we have the desired IR (with random input values), and also a non-IR test that is faster and checks the correct results more exhaustively?
>
> Totally. Then, at least for float, you've got it all.
Thanks. I've added new tests which check full 32 bits range for Float.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17753#discussion_r1575964785
More information about the hotspot-compiler-dev
mailing list