RFR: 8350463: AArch64: Add vector rearrange support for small lane count vectors [v4]
Emanuel Peter
epeter at openjdk.org
Tue Mar 18 07:53:08 UTC 2025
On Tue, 18 Mar 2025 07:46:17 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>> test/hotspot/jtreg/compiler/vectorapi/VectorRearrangeTest.java line 307:
>>
>>> 305: public static void main(String[] args) {
>>> 306: TestFramework testFramework = new TestFramework();
>>> 307: testFramework.setDefaultWarmup(10000)
>>
>> Oh, I just see that you are modifying the warmup. Is that necessary?
>
> Yes, I think we'd better use a larger warmup to make sure the vector api intrinsics are inlined in C2, so that the IR check can pass.
Did you try without? The default warmup should be sufficient I think. But I could be wrong.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23790#discussion_r2000403368
More information about the hotspot-compiler-dev
mailing list