RFR: 8286941: Add mask IR for partial vector operations for ARM SVE [v6]

Xiaohong Gong xgong at openjdk.org
Thu Jun 30 03:09:46 UTC 2022


On Thu, 30 Jun 2022 02:46:56 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> I got failure in tier1:
> 
> ```
> test/hotspot/gtest/aarch64/test_assembler_aarch64.cpp:48: Failure
> Expected equality of these values:
>   insns[i]
>     Which is: 624694305
>   insns1[i]
>     Which is: 624690209
> Ours:
> [MachCode]
>   0x0000fffca812c698: 2104 3c25 
> [/MachCode]
> Theirs:
> [MachCode]
>   0x0000fffc9599d188: 2114 3c25 
> [/MachCode]
> ```

Thanks for pointing out this! My fault. I called wrong assembler function in the new added tests.  I will fix it soon!

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

PR: https://git.openjdk.org/jdk/pull/9037


More information about the hotspot-compiler-dev mailing list