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

John McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 11:04:15 PDT 2020


rjmccall added a comment.

Okay.  If we've decided that preserving an sNaN is the best thing to do, as opposed to making it quiet but setting invalid-op, then this looks good to me.  But I would be happier if we just made that decision now (what better time?) and then didn't need the TODO.


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

https://reviews.llvm.org/D87835



More information about the llvm-commits mailing list