https://bugs.llvm.org/show_bug.cgi?id=36038

Dan Gohman <dan433...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dan433...@gmail.com
         Resolution|---                         |FIXED

--- Comment #5 from Dan Gohman <dan433...@gmail.com> ---
Yes. Also worth mentioning here is that LLVM has the iprintf optimization for
printf calls that don't use floating point, and in r357552 we've now also added
a __small_printf optimization for printf calls that don't use long double, to
allow participating libc's to avoid linking in the long double emulation code
when it isn't needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to