[LLVMbugs] [Bug 16711] Multiple identical floating point constants emitted.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jul 27 08:57:28 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16711
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Chris Lattner <clattner at apple.com> ---
Perhaps it depends on the object format, but these get uniqued by the linker.
On darwin, for example, these get emitted to the:
"__TEXT,__literal4,4byte_literals" section, which does this.
Given this, and given issues with displacement limitations, it doesn't make
sense to tackle this in the compiler. The linker is a better place to solve
this.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130727/6c3cd881/attachment.html>
More information about the llvm-bugs
mailing list