RFR: 8362171: C2 fails with unexpected node in SuperWord truncation: ModI
Jasmine Karthikeyan
jkarthikeyan at openjdk.org
Wed Jul 16 13:02:55 UTC 2025
On Wed, 16 Jul 2025 12:43:09 GMT, Tobias Hartmann <thartmann 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:
Thanks for the reviews @TobiHartmann @chhagedorn! :)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26334#issuecomment-3078481539
More information about the hotspot-compiler-dev
mailing list