[jdk20] Integrated: 8299528: IR test: TestEor3AArch64.java fails on aarch64
Bhavana Kilambi
bkilambi at openjdk.org
Fri Jan 6 10:08:03 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.
This pull request has now been integrated.
Changeset: 136f5db0
Author: Bhavana Kilambi <bkilambi at openjdk.org>
Committer: Nick Gasson <ngasson at openjdk.org>
URL: https://git.openjdk.org/jdk20/commit/136f5db03d664fd77f8042c6f0875dea964ca5e9
Stats: 16 lines in 2 files changed: 10 ins; 0 del; 6 mod
8299528: IR test: TestEor3AArch64.java fails on aarch64
Reviewed-by: thartmann, chagedorn
-------------
PR: https://git.openjdk.org/jdk20/pull/83
More information about the hotspot-compiler-dev
mailing list