RFR: 8362979: C2 fails with unexpected node in SuperWord truncation: CmpLTMask, RoundF
Tobias Hartmann
thartmann at openjdk.org
Mon Jul 28 06:44:53 UTC 2025
On Mon, 28 Jul 2025 02:34:25 GMT, Jasmine Karthikeyan <jkarthikeyan at openjdk.org> wrote:
> Hi all,
> This is a fix for a debug assert failure in SuperWord truncation for `CmpLTMask` and `RoundF` nodes, as discovered by CTW in the linked JBS report. I've added the nodes to the switch, and added reduced test cases. I've made a similar fix for `RoundD` nodes as well. Thanks!
Looks good to me too. Thanks for quickly jumping on this!
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26494#pullrequestreview-3060659436
More information about the hotspot-compiler-dev
mailing list