[llvm-commits] ARM .fpu attribute

Renato Golin Renato.Golin at arm.com
Mon Feb 28 05:34:40 PST 2011


Hi all,

This is a patch to fig bug:

http://llvm.org/bugs/show_bug.cgi?id=8931

Rationale:

The ARM asm backend wasn't printing the .fpu attribute when NEON was
available (of VFP for that matter) and the linker was getting confused
on which instructions were available or not.

This patch fix this by printing the .fpu attribute whenever in assembly
mode and when VFP/NEON is available, exporting both numeric and text
versions.

thanks,
--renato

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fpu-printing.patch
Type: text/x-patch
Size: 2771 bytes
Desc: fpu-printing.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110228/f56cdcb7/attachment.bin>


More information about the llvm-commits mailing list