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

Emanuel Peter epeter at openjdk.org
Wed Jan 22 09:25:04 UTC 2025


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`.

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

Commit messages:
 - JDK-8348263

Changes: https://git.openjdk.org/jdk/pull/23229/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23229&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8348263
  Stats: 53 lines in 1 file changed: 37 ins; 4 del; 12 mod
  Patch: https://git.openjdk.org/jdk/pull/23229.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23229/head:pull/23229

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


More information about the hotspot-compiler-dev mailing list