RFR: 8351662: [Test] RISC-V: enable bunch of IR test
Hamlin Li
mli at openjdk.org
Wed Mar 12 17:03:57 UTC 2025
On Wed, 12 Mar 2025 14:59:23 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
>> Hi,
>> Can you help to review this patch?
>>
>> There are bunch of IR test not enabled on riscv, it's good to enable them, because enabling them will help to:
>> 1. cover the test gap
>> 2. find out potential missing intrinsics.
>>
>> This patch also changes cpu features from `vm.opt.UseXxx` to `xxx`, as it's easier to find out these tests in the future.
>>
>> NOTE: There are still some other test should be enabled, but currently they fail when simply enable them, they will be further investigated, later could be enabled in other PRs with additional code change/implementation if it's feasible.
>>
>> Thanks!
>
> Thanks!
Thank you @robehn @gctony !
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23985#issuecomment-2718544534
More information about the hotspot-compiler-dev
mailing list