diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
commit | 71d5a2540a98c81f5bcaeb48805e0e2881f530ef (patch) | |
tree | 5343938942df402b49ec7300a1c25a2d4ccd5821 /test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | |
parent | 31bbf64f3a4974a2d6c8b3b27ad2f519caf74057 (diff) |
Notes
Diffstat (limited to 'test/CodeGen/X86/sse2-intrinsics-fast-isel.ll')
-rw-r--r-- | test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll b/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll index 972a33f13cd00..3071155172e35 100644 --- a/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll +++ b/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll @@ -2934,13 +2934,13 @@ define <2 x double> @test_mm_sqrt_sd(<2 x double> %a0, <2 x double> %a1) nounwin ; X32-LABEL: test_mm_sqrt_sd: ; X32: # BB#0: ; X32-NEXT: sqrtsd %xmm0, %xmm1 -; X32-NEXT: movaps %xmm1, %xmm0 +; X32-NEXT: movapd %xmm1, %xmm0 ; X32-NEXT: retl ; ; X64-LABEL: test_mm_sqrt_sd: ; X64: # BB#0: ; X64-NEXT: sqrtsd %xmm0, %xmm1 -; X64-NEXT: movaps %xmm1, %xmm0 +; X64-NEXT: movapd %xmm1, %xmm0 ; X64-NEXT: retq %call = call <2 x double> @llvm.x86.sse2.sqrt.sd(<2 x double> %a0) %ext0 = extractelement <2 x double> %call, i32 0 |