RFR: 8354473: Incorrect results for compress/expand tests with -XX:+EnableX86ECoreOpts
duke
duke at openjdk.org
Tue May 6 15:46:17 UTC 2025
On Tue, 15 Apr 2025 03:54:09 GMT, Volodymyr Paprotski <vpaprotski at openjdk.org> wrote:
> It looks like the `permv` mask isnt always 'all-ones' or 'all-zeroes'. (Which is OK for real blend, but needs to be enforced via the flag for blend emulation)
>
> Before the fix, `make test TEST="jdk/incubator/vector"` (on ECore machine)
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR SKIP
>>> jtreg:test/jdk/jdk/incubator/vector 83 71 10 0 2 <<
> ==============================
> TEST FAILURE
>
> After the fix:
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR SKIP
> jtreg:test/jdk/jdk/incubator/vector 83 81 0 0 2
> ==============================
> TEST SUCCESS
>
> And on an AVX512 machine:
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR SKIP
> jtreg:test/jdk/jdk/incubator/vector 83 81 0 0 2
> ==============================
> TEST SUCCESS
@vpaprotsk
Your change (at version fffd783e57bc876ecd209a7cb3b352ff0e74e266) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24645#issuecomment-2855071740
More information about the hotspot-compiler-dev
mailing list