Judging from the checking comments this is intentional, so add the flag (makes them pass on non-x86 host). llvm-svn: 48157
#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. llvm-svn: 48063