[PATCH] D87835: [APFloat] prevent NaN morphing into Inf on conversion (PR43907)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 11:59:58 PDT 2020


efriedma added a comment.

> even though it _doesn't_ match what the HW does, because the HW can signal and APFloat can't

APFloat can signal exceptions: they're supposed to be returned in opStatus.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87835/new/

https://reviews.llvm.org/D87835



More information about the llvm-commits mailing list