[LLVMdev] Vectorized LLVM IR

Stéphane Letz letz at grame.fr
Fri May 28 12:13:13 PDT 2010


Hi,

We are experimenting directly generating vectorized LLVM IR (using <8 x float> kind of types), then compiling the code to SSE on a 64 bits machine. Right now the equivalent code in scalar mode sill outperform the SSE one.

What is the quality of the SSE support in X86 LLVL backend? Are they any specific things to be aware of to improve the speed?

Thanks

Stéphane Letz






More information about the llvm-dev mailing list