RFR: 8350463: AArch64: Add vector rearrange support for small lane count vectors [v4]

Xiaohong Gong xgong at openjdk.org
Thu Mar 20 02:46:48 UTC 2025


On Tue, 18 Mar 2025 07:50:51 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> 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.

Hi @eme64 , the warmup is changed to use `5000`. I also changed the array length to a smaller value. And no failure is met so far. Could you please kindly take a look at it again? Thanks a lot!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23790#discussion_r2004720536


More information about the hotspot-compiler-dev mailing list