[Lldb-commits] [lldb] r183716 - <rdar://problem/12783351>

Enrico Granata egranata at apple.com
Thu Jun 13 21:44:10 PDT 2013


I believe Greg spent a few hours transitioning all of our floating-point printing code over to llvm's APFloat, so we should be fully covered now!

On 06/13/13, Chris Lattner  <clattner at apple.com> wrote:
> 
> On Jun 11, 2013, at 10:46 AM, Enrico Granata <egranata at apple.com> wrote:
> 
> > I got the code from Ian Ollman - he sent it as part of the radar :)
> 
> Ah, I see it.  It doesn't really matter, but it isn't clear to me that this algorithm works with inf and nan values.
> 
> > I could well switch over to llvm::APFloat if it does support printing! (as Greg’s followup email seems to imply)
> 
> That would be great anyway: having fewer places to do the same thing is good.  If APFloat isn't good enough, it would be better to enhance it than to duplicate the logic.
> 
> -Chris 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20130613/94ed972d/attachment.html>


More information about the lldb-commits mailing list