Integrated: 8257561: Some code is not vectorized after 8251925 and 8250607

Vladimir Kozlov kvn at openjdk.java.net
Thu Dec 3 17:05:57 UTC 2020


On Thu, 3 Dec 2020 00:55:15 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> I noticed that some our tests are not vectorized since JDK 16 b24. I found it was caused by small RFE change [8250607](https://bugs.openjdk.java.net/browse/JDK-8250607) and incorrect code move in changes for [8251925](https://bugs.openjdk.java.net/browse/JDK-8251925).
> I reverted those changes and got back all vectorized tests.
> 
> Tested: tier1-4, precheckin-comp, 100 runs of renaissance test (fixed by 8251925).

This pull request has now been integrated.

Changeset: 6c9482ee
Author:    Vladimir Kozlov <kvn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6c9482ee
Stats:     19 lines in 2 files changed: 6 ins; 10 del; 3 mod

8257561: Some code is not vectorized after 8251925 and 8250607

Reviewed-by: chagedorn, vlivanov, thartmann

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

PR: https://git.openjdk.java.net/jdk/pull/1584


More information about the hotspot-compiler-dev mailing list