diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/coalesce_commute_movsd.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/coalesce_commute_movsd.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/coalesce_commute_movsd.ll b/llvm/test/CodeGen/X86/coalesce_commute_movsd.ll index a08bc6eacb0..31537b58131 100644 --- a/llvm/test/CodeGen/X86/coalesce_commute_movsd.ll +++ b/llvm/test/CodeGen/X86/coalesce_commute_movsd.ll @@ -9,8 +9,7 @@ define <2 x double> @insert_f64(double %a0, <2 x double> %a1) { ; SSE2-LABEL: insert_f64: ; SSE2: # %bb.0: -; SSE2-NEXT: movsd {{.*#+}} xmm1 = xmm0[0],xmm1[1] -; SSE2-NEXT: movapd %xmm1, %xmm0 +; SSE2-NEXT: shufpd {{.*#+}} xmm0 = xmm0[0],xmm1[1] ; SSE2-NEXT: retq ; ; SSE41-LABEL: insert_f64: |