[llvm-dev] cpu names in LLVM

Alexandros Lamprineas via llvm-dev llvm-dev at lists.llvm.org
Tue Sep 8 07:21:01 PDT 2015


LLVM currently treats Cortex-M4 and Cortex-R5 as having an FPU. However, it distinguishes other arm processors that come optionally with an FPU. These are: cortex-r4, arm1136j-s, arm1176jz-s, mpcore, and arm1156t2-s. Apparently this behaviour is not uniform. Moreover, Target Parser and ARM.td are not synchronized. Would someone object to the changes that I propose with this patch? http://reviews.llvm.org/D12692 I had to change some tests to make this work. I would appreciate some feedback on this issue.

Thanks,
Alexandros Lamprineas

-- 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.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150908/7980e031/attachment.html>


More information about the llvm-dev mailing list