diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-01-14 18:50:34 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-01-14 18:50:34 +0000 |
| commit | 9904fe77a058ce690d71084ad6beb2ee87270bcb (patch) | |
| tree | 22629fc2722fba5ca56d5029b3f7f7189ef963af /llvm/test/CodeGen | |
| parent | 73cebe807b5f824b685625ca1190526b3810e51c (diff) | |
| download | bcm5719-llvm-9904fe77a058ce690d71084ad6beb2ee87270bcb.tar.gz bcm5719-llvm-9904fe77a058ce690d71084ad6beb2ee87270bcb.zip | |
[X86][SSE] Support combining MOVLHPS undef inputs
llvm-svn: 322459
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/vector-shuffle-128-v2.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vector-shuffle-128-v2.ll b/llvm/test/CodeGen/X86/vector-shuffle-128-v2.ll index 82ab8da493d..2f9b52e57cf 100644 --- a/llvm/test/CodeGen/X86/vector-shuffle-128-v2.ll +++ b/llvm/test/CodeGen/X86/vector-shuffle-128-v2.ll @@ -301,8 +301,7 @@ define <2 x double> @shuffle_v2f64_21(<2 x double> %a, <2 x double> %b) { define <2 x double> @shuffle_v2f64_u2(<2 x double> %a, <2 x double> %b) { ; SSE2-LABEL: shuffle_v2f64_u2: ; SSE2: # %bb.0: -; SSE2-NEXT: movlhps {{.*#+}} xmm1 = xmm1[0,0] -; SSE2-NEXT: movaps %xmm1, %xmm0 +; SSE2-NEXT: movlhps {{.*#+}} xmm0 = xmm0[0],xmm1[0] ; SSE2-NEXT: retq ; ; SSE3-LABEL: shuffle_v2f64_u2: |

