summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/insert-into-constant-vector.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/insert-into-constant-vector.ll')
-rw-r--r--llvm/test/CodeGen/X86/insert-into-constant-vector.ll23
1 files changed, 5 insertions, 18 deletions
diff --git a/llvm/test/CodeGen/X86/insert-into-constant-vector.ll b/llvm/test/CodeGen/X86/insert-into-constant-vector.ll
index c90235cecf6..c34e9409dff 100644
--- a/llvm/test/CodeGen/X86/insert-into-constant-vector.ll
+++ b/llvm/test/CodeGen/X86/insert-into-constant-vector.ll
@@ -271,12 +271,11 @@ define <8 x i32> @elt7_v8i32(i32 %x) {
; X64SSE4-NEXT: movaps {{.*#+}} xmm0 = [42,1,2,3]
; X64SSE4-NEXT: retq
;
-; X32AVX1-LABEL: elt7_v8i32:
-; X32AVX1: # %bb.0:
-; X32AVX1-NEXT: vbroadcastss {{[0-9]+}}(%esp), %xmm0
-; X32AVX1-NEXT: vinsertf128 $1, %xmm0, %ymm0, %ymm0
-; X32AVX1-NEXT: vblendps {{.*#+}} ymm0 = mem[0,1,2,3,4,5,6],ymm0[7]
-; X32AVX1-NEXT: retl
+; X32AVX-LABEL: elt7_v8i32:
+; X32AVX: # %bb.0:
+; X32AVX-NEXT: vbroadcastss {{[0-9]+}}(%esp), %ymm0
+; X32AVX-NEXT: vblendps {{.*#+}} ymm0 = mem[0,1,2,3,4,5,6],ymm0[7]
+; X32AVX-NEXT: retl
;
; X64AVX1-LABEL: elt7_v8i32:
; X64AVX1: # %bb.0:
@@ -286,12 +285,6 @@ define <8 x i32> @elt7_v8i32(i32 %x) {
; X64AVX1-NEXT: vblendps {{.*#+}} ymm0 = mem[0,1,2,3,4,5,6],ymm0[7]
; X64AVX1-NEXT: retq
;
-; X32AVX2-LABEL: elt7_v8i32:
-; X32AVX2: # %bb.0:
-; X32AVX2-NEXT: vbroadcastss {{[0-9]+}}(%esp), %ymm0
-; X32AVX2-NEXT: vblendps {{.*#+}} ymm0 = mem[0,1,2,3,4,5,6],ymm0[7]
-; X32AVX2-NEXT: retl
-;
; X64AVX2-LABEL: elt7_v8i32:
; X64AVX2: # %bb.0:
; X64AVX2-NEXT: vmovd %edi, %xmm0
@@ -299,12 +292,6 @@ define <8 x i32> @elt7_v8i32(i32 %x) {
; X64AVX2-NEXT: vpblendd {{.*#+}} ymm0 = mem[0,1,2,3,4,5,6],ymm0[7]
; X64AVX2-NEXT: retq
;
-; X32AVX512F-LABEL: elt7_v8i32:
-; X32AVX512F: # %bb.0:
-; X32AVX512F-NEXT: vbroadcastss {{[0-9]+}}(%esp), %ymm0
-; X32AVX512F-NEXT: vblendps {{.*#+}} ymm0 = mem[0,1,2,3,4,5,6],ymm0[7]
-; X32AVX512F-NEXT: retl
-;
; X64AVX512F-LABEL: elt7_v8i32:
; X64AVX512F: # %bb.0:
; X64AVX512F-NEXT: vmovd %edi, %xmm0
OpenPOWER on IntegriCloud