diff options
author | Chris Lattner <sabre@nondot.org> | 2008-03-09 01:05:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-03-09 01:05:04 +0000 |
commit | 62098040a15b492561ca59a8dc6b56d14c0859bf (patch) | |
tree | 9345e214b97b94632fbd530f2c67921f64b3fe66 /lib/VMCore/BasicBlock.cpp | |
parent | 8aca4b13a896ba74456cb1c96229495fd8c31178 (diff) |
Implement a readme entry, compiling
#include <xmmintrin.h>
__m128i doload64(short x) {return _mm_set_epi16(0,0,0,0,0,0,0,1);}
into:
movl $1, %eax
movd %eax, %xmm0
ret
instead of a constant pool load.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48063 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/BasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions