RFR: 8371753: compiler/c2/cr7200264/TestIntVect.java fails IR verification
Christian Hagedorn
chagedorn at openjdk.org
Thu Nov 13 08:13:16 UTC 2025
On Thu, 13 Nov 2025 02:48:01 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Hi, please consider this test-only change fixing an IR test failure.
>
> This test fails after https://bugs.openjdk.org/browse/JDK-8340093 which enabled IR matching for three vector nodes.
> That relies on support for vector operations and will fail on platforms without that. This adds the necessary conditions
> for applying this matching rule. This enables more IR matching in this test for RISC-V vector as well.
>
> Verified with fastdebug build on aarch64, x86_64 and riscv64 platforms.
Looks good!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/28279#pullrequestreview-3458240133
More information about the hotspot-compiler-dev
mailing list