[X86][SSE3] Sync with llvm/test/CodeGen/X86/sse3-intrinsics-fast-isel.ll

llvm-svn: 269921
This commit is contained in:
Simon Pilgrim 2016-05-18 13:17:39 +00:00
parent 0b0a583151
commit 7e148a94a4
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ __m128i test_mm_lddqu_si128(__m128i const* P) {
__m128d test_mm_loaddup_pd(double const* P) {
// CHECK-LABEL: test_mm_loaddup_pd
// CHECK: load double*
// CHECK: insertelement <2 x double> undef, double %{{.*}}, i32 0
// CHECK: insertelement <2 x double> %{{.*}}, double %{{.*}}, i32 1
return _mm_loaddup_pd(P);
}