On Tue, 4 Feb 2025 09:56:15 GMT, Jatin Bhateja <jbhat...@openjdk.org> wrote:
>> src/hotspot/share/opto/convertnode.cpp line 971: >> >>> 969: return true; >>> 970: default: >>> 971: return false; >> >> Does this cover all cases? What about `FmaHF`? > > FmaHF is a ternary operation and is intrinsified. Ah, right. My bad 😅 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22754#discussion_r1941748224