[jdk21u-dev] Integrated: 8328938: C2 SuperWord: disable vectorization for large stride and scale

Aleksey Shipilev shade at openjdk.org
Mon May 6 08:41:02 UTC 2024


On Fri, 12 Apr 2024 08:04:17 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Unclean backport to prevent accidents in C2 loop optimizations. The patch is unclean, because JDK 21u misses major SuperWord refactorings. I applied the hunk by hand in the similar place, and also used `slp->iv_stride()` in one place to get this thing to work.
> 
> @eme64, if you want to take a look at this?
> 
> Additional testing:
>  - [x] New regression test fails without the patch, passes with it
>  - [x] Linux x86_64 server fastdebug, `all`
>  - [x] Linux x86_64 server fastdebug, 100K Fuzzer tests
>  - [x] Linux x86_64 server fastdebug, Maven CTW

This pull request has now been integrated.

Changeset: 2b858f5b
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/2b858f5bdee5bcb29ef6ecf995400b390a2cb91f
Stats:     272 lines in 2 files changed: 272 ins; 0 del; 0 mod

8328938: C2 SuperWord: disable vectorization for large stride and scale

Reviewed-by: epeter, simonis
Backport-of: 2931458711244e20eb7845a1aefcf6ed4206bce1

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

PR: https://git.openjdk.org/jdk21u-dev/pull/495


More information about the jdk-updates-dev mailing list