Sebastien DELDON-GNB
2013-May-20 09:08 UTC
[LLVMdev] How to optimize for x86 32-bit on Sandy Bridge processor ?
Hi all, I would like to know what are the options to use with 3.3rc1 llc/opt to 32-bit (NOT 64-bit) code on a Sandy Bridge processor ? I've defined a datalayout that use a 32-bit as pointer size and I'm passing -march=x86 to llc, is it enough ? I'm not using CLANG as front-end. Thanks for your answer Seb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130520/d0149c6d/attachment.html>
Demikhovsky, Elena
2013-May-20 09:45 UTC
[LLVMdev] How to optimize for x86 32-bit on Sandy Bridge processor ?
-march=x86 -mcpu=corei7-avx - Elena From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Sebastien DELDON-GNB Sent: Monday, May 20, 2013 12:09 To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] How to optimize for x86 32-bit on Sandy Bridge processor ? Hi all, I would like to know what are the options to use with 3.3rc1 llc/opt to 32-bit (NOT 64-bit) code on a Sandy Bridge processor ? I've defined a datalayout that use a 32-bit as pointer size and I'm passing -march=x86 to llc, is it enough ? I'm not using CLANG as front-end. Thanks for your answer Seb --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130520/4435cf53/attachment.html>