On Tue, 7 Mar 2023 00:52:37 GMT, Vladimir Kozlov <k...@openjdk.org> wrote:
> Note, I removed `ConvF2HFNode::Identity()` optimization because tests show > that it produces different NaN results due to skipped conversion. Yes, removing the Identity optimization is correct. It doesn't hold for NaN inputs. ------------- PR: https://git.openjdk.org/jdk/pull/12869