[PATCH] D41868: APFloat/x87: Fix string conversion for "unnormal" values (pr35860)

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 08:32:53 PDT 2018


labath added a comment.

@scanon: Could you take another look at this please? This issue is currently causing crashes in LLDB. I could work around this from there, but to me this looks like it should be handled inside APFloat (I haven't checked, but I wouldn't be surprised if it was possible to trigger this from LLVM as well).

If you don't feel comfortable reviewing this, could you suggest another reviewer for this patch?

Thank you.


Repository:
  rL LLVM

https://reviews.llvm.org/D41868





More information about the llvm-commits mailing list