Integrated: 8354473: Incorrect results for compress/expand tests with -XX:+EnableX86ECoreOpts
Volodymyr Paprotski
vpaprotski at openjdk.org
Tue May 6 16:29:20 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
This pull request has now been integrated.
Changeset: a6995a3d
Author: Volodymyr Paprotski <vpaprotski at openjdk.org>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a6995a3d42955f1f207c14be1634daf225b5ab3f
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8354473: Incorrect results for compress/expand tests with -XX:+EnableX86ECoreOpts
Reviewed-by: jbhateja, sviswanathan, epeter
-------------
PR: https://git.openjdk.org/jdk/pull/24645
More information about the hotspot-compiler-dev
mailing list