[PATCH] D87835: [APFloat] prevent NaN morphing into Inf on conversion (PR43907)
John McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 24 09:05:51 PDT 2020
rjmccall added a comment.
Okay. That honestly seems like something that should just be fixed — it's easy to sniff the literal length to figure out which format we have. But it's probably reasonable to preserve sNaNs in the short term and then come back to this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87835/new/
https://reviews.llvm.org/D87835
More information about the llvm-commits
mailing list