[jdk20] RFR: 8299528: IR test: TestEor3AArch64.java fails on aarch64

Tobias Hartmann thartmann at openjdk.org
Thu Jan 5 11:27:49 UTC 2023


On Thu, 5 Jan 2023 10:37:43 GMT, Bhavana Kilambi <bkilambi at openjdk.org> wrote:

> The IR test - TestEor3AArch64.java fails during IR verification as the IR nodes to be matched have not been updated to the newer IR framework introduced in the JDK source with this PR -
> https://github.com/openjdk/jdk/pull/10695.
> 
> This patch updates the relevant IR nodes in the tests accordingly.
> 
> The test passes successfully on -
> 1. an aarch64 machine with vector size of 128-bit that supports the Neon eor3 instruction
> 2. an aarch64 simulator with vector size of 256-bit that supports the SVE2 feature which includes the SVE2 eor3 instruction.
> Generation of IR Nodes - XOR3_NEON and XOR3_SVE have thus been verified on the above mentioned machines.
> 
> This is a trivial patch related to a test and has minimal impact with low risk and maybe considered to be merged with JDK20 in RDP1.

Looks good.

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

Marked as reviewed by thartmann (Reviewer).

PR: https://git.openjdk.org/jdk20/pull/83


More information about the hotspot-compiler-dev mailing list