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

Tobias Hartmann thartmann at openjdk.org
Wed Jul 16 05:35:39 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!

Thanks for quickly jumping on this! Looks good to me. I submitted testing and will report back once it passed.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/26334#pullrequestreview-3023168478


More information about the hotspot-compiler-dev mailing list