[LLVMdev] SSE levels & x86 code-gen

Chuck Rose III cfr at adobe.com
Mon Jul 30 18:10:36 PDT 2007


Spent some time today getting to know the X86Subtarget code better and
played around and artificially lowered the processor abilities to ensure
things would still go nice and smoothly.  They do, so please ignore this
question. :-)

 

Thanks,

Chuck. 

 

________________________________

From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On Behalf Of Chuck Rose III
Sent: Monday, July 30, 2007 2:47 PM
To: LLVM Developers Mailing List
Subject: [LLVMdev] SSE levels & x86 code-gen

 

Hola LLVMers,

 

Our language has many vectors in it and I'm looking to make better use
of the SSE instructions on my chips.  Based on the experiments I did
last week and the help you gave me regarding generating the right IR to
generate sound SSE code, I'm ready to begin a major overhaul of our
system.  I have a big question remaining:  if I'm running on an x86
system which is, say SSE-1 only, and we're working with some double
vectors, what happens when we do a compile?  Does the compiler know to
scalarize those vectors and use different instructions? 

 

Thanks,

Chuck. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070730/41e03d90/attachment.html>


More information about the llvm-dev mailing list