RFR: 8362171: C2 fails with unexpected node in SuperWord truncation: ModI

Tobias Hartmann thartmann at openjdk.org
Wed Jul 16 13:02:54 UTC 2025


On Tue, 15 Jul 2025 21:52:23 GMT, Jasmine Karthikeyan <jkarthikeyan at openjdk.org> wrote:

> Hi all,
> This is a small fix for an assert failure in SuperWord truncation with ModI nodes. The failure itself is harmless and shouldn't lead to any miscompilations in product mode. I've added `ModI` to the assert switch and adapted the test in the bug report. Let me know what you think!

Testing is all clean. Ship it! :slightly_smiling_face:

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

PR Comment: https://git.openjdk.org/jdk/pull/26334#issuecomment-3078413666


More information about the hotspot-compiler-dev mailing list