summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/extract-store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/extract-store.ll')
-rw-r--r--llvm/test/CodeGen/X86/extract-store.ll99
1 files changed, 12 insertions, 87 deletions
diff --git a/llvm/test/CodeGen/X86/extract-store.ll b/llvm/test/CodeGen/X86/extract-store.ll
index 4d557c94226..c29fac61af3 100644
--- a/llvm/test/CodeGen/X86/extract-store.ll
+++ b/llvm/test/CodeGen/X86/extract-store.ll
@@ -5,8 +5,8 @@
; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+sse4.1 | FileCheck %s --check-prefix=X64 --check-prefix=SSE-X64 --check-prefix=SSE41-X64
; RUN: llc < %s -mtriple=i686-unknown -mattr=+avx | FileCheck %s --check-prefix=X32 --check-prefix=AVX-X32
; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx | FileCheck %s --check-prefix=X64 --check-prefix=AVX-X64
-; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx -enable-legalize-types-checking | FileCheck %s --check-prefix=X64 --check-prefix=SSE-X64 --check-prefix=SSE-F128
-; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx -enable-legalize-types-checking | FileCheck %s --check-prefix=X64 --check-prefix=SSE-X64 --check-prefix=SSE-F128
+; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+sse -enable-legalize-types-checking | FileCheck %s --check-prefix=X64 --check-prefix=SSE-X64 --check-prefix=SSE2-X64
+; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+sse -enable-legalize-types-checking | FileCheck %s --check-prefix=X64 --check-prefix=SSE-X64 --check-prefix=SSE2-X64
define void @extract_i8_0(i8* nocapture %dst, <16 x i8> %foo) nounwind {
; SSE2-X32-LABEL: extract_i8_0:
@@ -43,12 +43,6 @@ define void @extract_i8_0(i8* nocapture %dst, <16 x i8> %foo) nounwind {
; AVX-X64: # %bb.0:
; AVX-X64-NEXT: vpextrb $0, %xmm0, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_i8_0:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: movd %xmm0, %eax
-; SSE-F128-NEXT: movb %al, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <16 x i8> %foo, i32 0
store i8 %vecext, i8* %dst, align 1
ret void
@@ -91,13 +85,6 @@ define void @extract_i8_3(i8* nocapture %dst, <16 x i8> %foo) nounwind {
; AVX-X64: # %bb.0:
; AVX-X64-NEXT: vpextrb $3, %xmm0, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_i8_3:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: movd %xmm0, %eax
-; SSE-F128-NEXT: shrl $24, %eax
-; SSE-F128-NEXT: movb %al, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <16 x i8> %foo, i32 3
store i8 %vecext, i8* %dst, align 1
ret void
@@ -138,12 +125,6 @@ define void @extract_i8_15(i8* nocapture %dst, <16 x i8> %foo) nounwind {
; AVX-X64: # %bb.0:
; AVX-X64-NEXT: vpextrb $15, %xmm0, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_i8_15:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: pextrw $7, %xmm0, %eax
-; SSE-F128-NEXT: movb %ah, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <16 x i8> %foo, i32 15
store i8 %vecext, i8* %dst, align 1
ret void
@@ -184,12 +165,6 @@ define void @extract_i16_0(i16* nocapture %dst, <8 x i16> %foo) nounwind {
; AVX-X64: # %bb.0:
; AVX-X64-NEXT: vpextrw $0, %xmm0, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_i16_0:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: movd %xmm0, %eax
-; SSE-F128-NEXT: movw %ax, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <8 x i16> %foo, i32 0
store i16 %vecext, i16* %dst, align 1
ret void
@@ -230,12 +205,6 @@ define void @extract_i16_7(i16* nocapture %dst, <8 x i16> %foo) nounwind {
; AVX-X64: # %bb.0:
; AVX-X64-NEXT: vpextrw $7, %xmm0, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_i16_7:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: pextrw $7, %xmm0, %eax
-; SSE-F128-NEXT: movw %ax, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <8 x i16> %foo, i32 7
store i16 %vecext, i16* %dst, align 1
ret void
@@ -303,12 +272,6 @@ define void @extract_i32_3(i32* nocapture %dst, <4 x i32> %foo) nounwind {
; AVX-X64: # %bb.0:
; AVX-X64-NEXT: vextractps $3, %xmm0, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_i32_3:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: pshufd {{.*#+}} xmm0 = xmm0[3,1,2,3]
-; SSE-F128-NEXT: movd %xmm0, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <4 x i32> %foo, i32 3
store i32 %vecext, i32* %dst, align 1
ret void
@@ -371,12 +334,6 @@ define void @extract_i64_1(i64* nocapture %dst, <2 x i64> %foo) nounwind {
; AVX-X64: # %bb.0:
; AVX-X64-NEXT: vpextrq $1, %xmm0, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_i64_1:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: pshufd {{.*#+}} xmm0 = xmm0[2,3,0,1]
-; SSE-F128-NEXT: movq %xmm0, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <2 x i64> %foo, i32 1
store i64 %vecext, i64* %dst, align 1
ret void
@@ -444,12 +401,6 @@ define void @extract_f32_3(float* nocapture %dst, <4 x float> %foo) nounwind {
; AVX-X64: # %bb.0:
; AVX-X64-NEXT: vextractps $3, %xmm0, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_f32_3:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: shufps {{.*#+}} xmm0 = xmm0[3,1,2,3]
-; SSE-F128-NEXT: movss %xmm0, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <4 x float> %foo, i32 3
store float %vecext, float* %dst, align 1
ret void
@@ -527,17 +478,10 @@ define void @extract_f128_0(fp128* nocapture %dst, <2 x fp128> %foo) nounwind {
; SSE-X32-NEXT: popl %edi
; SSE-X32-NEXT: retl
;
-; SSE2-X64-LABEL: extract_f128_0:
-; SSE2-X64: # %bb.0:
-; SSE2-X64-NEXT: movq %rdx, 8(%rdi)
-; SSE2-X64-NEXT: movq %rsi, (%rdi)
-; SSE2-X64-NEXT: retq
-;
-; SSE41-X64-LABEL: extract_f128_0:
-; SSE41-X64: # %bb.0:
-; SSE41-X64-NEXT: movq %rdx, 8(%rdi)
-; SSE41-X64-NEXT: movq %rsi, (%rdi)
-; SSE41-X64-NEXT: retq
+; SSE-X64-LABEL: extract_f128_0:
+; SSE-X64: # %bb.0:
+; SSE-X64-NEXT: movups %xmm0, (%rdi)
+; SSE-X64-NEXT: retq
;
; AVX-X32-LABEL: extract_f128_0:
; AVX-X32: # %bb.0:
@@ -548,14 +492,8 @@ define void @extract_f128_0(fp128* nocapture %dst, <2 x fp128> %foo) nounwind {
;
; AVX-X64-LABEL: extract_f128_0:
; AVX-X64: # %bb.0:
-; AVX-X64-NEXT: movq %rdx, 8(%rdi)
-; AVX-X64-NEXT: movq %rsi, (%rdi)
+; AVX-X64-NEXT: vmovups %xmm0, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_f128_0:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: movups %xmm0, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <2 x fp128> %foo, i32 0
store fp128 %vecext, fp128* %dst, align 1
ret void
@@ -579,17 +517,10 @@ define void @extract_f128_1(fp128* nocapture %dst, <2 x fp128> %foo) nounwind {
; SSE-X32-NEXT: popl %edi
; SSE-X32-NEXT: retl
;
-; SSE2-X64-LABEL: extract_f128_1:
-; SSE2-X64: # %bb.0:
-; SSE2-X64-NEXT: movq %r8, 8(%rdi)
-; SSE2-X64-NEXT: movq %rcx, (%rdi)
-; SSE2-X64-NEXT: retq
-;
-; SSE41-X64-LABEL: extract_f128_1:
-; SSE41-X64: # %bb.0:
-; SSE41-X64-NEXT: movq %r8, 8(%rdi)
-; SSE41-X64-NEXT: movq %rcx, (%rdi)
-; SSE41-X64-NEXT: retq
+; SSE-X64-LABEL: extract_f128_1:
+; SSE-X64: # %bb.0:
+; SSE-X64-NEXT: movups %xmm1, (%rdi)
+; SSE-X64-NEXT: retq
;
; AVX-X32-LABEL: extract_f128_1:
; AVX-X32: # %bb.0:
@@ -600,14 +531,8 @@ define void @extract_f128_1(fp128* nocapture %dst, <2 x fp128> %foo) nounwind {
;
; AVX-X64-LABEL: extract_f128_1:
; AVX-X64: # %bb.0:
-; AVX-X64-NEXT: movq %r8, 8(%rdi)
-; AVX-X64-NEXT: movq %rcx, (%rdi)
+; AVX-X64-NEXT: vmovups %xmm1, (%rdi)
; AVX-X64-NEXT: retq
-;
-; SSE-F128-LABEL: extract_f128_1:
-; SSE-F128: # %bb.0:
-; SSE-F128-NEXT: movups %xmm1, (%rdi)
-; SSE-F128-NEXT: retq
%vecext = extractelement <2 x fp128> %foo, i32 1
store fp128 %vecext, fp128* %dst, align 1
ret void
OpenPOWER on IntegriCloud