RFR: 8348659: AArch64: IR rule failure with compiler/loopopts/superword/TestSplitPacks.java
Emanuel Peter
epeter at openjdk.org
Tue Feb 4 19:15:14 UTC 2025
On Fri, 31 Jan 2025 11:19:27 GMT, Bhavana Kilambi <bkilambi at openjdk.org> wrote:
> "test5a" in this file fails on Graviton3 (32B, SVE) as the compiler fails to match IR rules for vector size 2. This is because the minimum vector size for aarch64 machines is 8B and it does not support generation of vectors of 2 short values.
>
> Modified the IR rules to have two separate rules - one for sse4.1 and another for sve.
>
> The test now passes on Graviton3.
Testing all :green_circle: .
Thanks for the fix, 🚢 it!
Marked as reviewed by epeter (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/23385#pullrequestreview-2593810574
PR Review: https://git.openjdk.org/jdk/pull/23385#pullrequestreview-2593811001
More information about the hotspot-compiler-dev
mailing list