summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vector-reduce-fadd-fast.ll
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-06-24 16:25:30 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-06-24 16:25:30 +0000
commitcf6917c6bdc40df513835bfdec77a86e89e12e18 (patch)
tree5f657a04797ca17a05b6b318bebc3c933afb0a44 /llvm/test/CodeGen/X86/vector-reduce-fadd-fast.ll
parentf8a841b88e2e73407258ad508e0a8bac41573f7f (diff)
downloadbcm5719-llvm-cf6917c6bdc40df513835bfdec77a86e89e12e18.tar.gz
bcm5719-llvm-cf6917c6bdc40df513835bfdec77a86e89e12e18.zip
[X86] Regenerate fast fadd reduction tests. NFCI
Fix whitespace. llvm-svn: 364200
Diffstat (limited to 'llvm/test/CodeGen/X86/vector-reduce-fadd-fast.ll')
-rw-r--r--llvm/test/CodeGen/X86/vector-reduce-fadd-fast.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vector-reduce-fadd-fast.ll b/llvm/test/CodeGen/X86/vector-reduce-fadd-fast.ll
index 3eb38714602..acc02a2d84b 100644
--- a/llvm/test/CodeGen/X86/vector-reduce-fadd-fast.ll
+++ b/llvm/test/CodeGen/X86/vector-reduce-fadd-fast.ll
@@ -37,7 +37,7 @@ define float @test_v2f32(float %a0, <2 x float> %a1) {
; AVX1-FAST-LABEL: test_v2f32:
; AVX1-FAST: # %bb.0:
; AVX1-FAST-NEXT: vhaddps %xmm1, %xmm1, %xmm1
-; AVX1-FAST-NEXT: vaddss %xmm1, %xmm0, %xmm0
+; AVX1-FAST-NEXT: vaddss %xmm1, %xmm0, %xmm0
; AVX1-FAST-NEXT: retq
;
; AVX2-LABEL: test_v2f32:
@@ -93,7 +93,7 @@ define float @test_v4f32(float %a0, <4 x float> %a1) {
; AVX1-FAST-NEXT: vpermilpd {{.*#+}} xmm2 = xmm1[1,0]
; AVX1-FAST-NEXT: vaddps %xmm2, %xmm1, %xmm1
; AVX1-FAST-NEXT: vhaddps %xmm1, %xmm1, %xmm1
-; AVX1-FAST-NEXT: vaddss %xmm1, %xmm0, %xmm0
+; AVX1-FAST-NEXT: vaddss %xmm1, %xmm0, %xmm0
; AVX1-FAST-NEXT: retq
;
; AVX2-LABEL: test_v4f32:
OpenPOWER on IntegriCloud