Integrated: 8348263: C2 SuperWord: TestMemorySegment.java has failing IR rules with AlignVector after JDK-8343685

Emanuel Peter epeter at openjdk.org
Wed Jan 22 12:05:43 UTC 2025


On Wed, 22 Jan 2025 09:09:41 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> In [JDK-8343685](https://bugs.openjdk.org/browse/JDK-8343685) / https://git.openjdk.org/jdk/pull/21926 I enabled some IR rules, but forgot to test with `-XX:+AlignVector`. Now those rules fail and need a corresponding `applyIf`.
> 
> Additionally, I now enabled 2 more IR rules that I forgot to enable in https://git.openjdk.org/jdk/pull/21926.
> 
> To ensure we automatically run this test with  `-XX:+AlignVector`, I added some additional runs. I already did a similar thing with other tests that have IR rules that are sensitive to `AlignVector`.

This pull request has now been integrated.

Changeset: 16dcf15a
Author:    Emanuel Peter <epeter at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/16dcf15a14c8a767d21a314aa579862e37f4a697
Stats:     53 lines in 1 file changed: 37 ins; 4 del; 12 mod

8348263: C2 SuperWord: TestMemorySegment.java has failing IR rules with AlignVector after JDK-8343685

Reviewed-by: chagedorn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list