RFR: 8300638: Tier1 IR Test failure after JDK-8298632 on macosx-x64-debug [v2]

Pengfei Li pli at openjdk.org
Sun Jan 22 01:29:03 UTC 2023


On Sat, 21 Jan 2023 19:05:00 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Hi @vnkozlov , @pfustc , For x86_32 I find that for operations auto-vectorization support is inherited because corresponding scalar IR nodes are not being generated for 32 bit targets. Thus I have enabled some tests only for x86_64, will re enable them with 32 bit support.
>
> Agree.

That's ok for now. But I'd like to mention that it has a side effect that correctness check would also be disabled on other architectures (such as riscv64).

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

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


More information about the hotspot-compiler-dev mailing list