[llvm] r364200 - [X86] Regenerate fast fadd reduction tests. NFCI
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 09:25:30 PDT 2019
Author: rksimon
Date: Mon Jun 24 09:25:30 2019
New Revision: 364200
URL: http://llvm.org/viewvc/llvm-project?rev=364200&view=rev
Log:
[X86] Regenerate fast fadd reduction tests. NFCI
Fix whitespace.
Modified:
llvm/trunk/test/CodeGen/X86/vector-reduce-fadd-fast.ll
Modified: llvm/trunk/test/CodeGen/X86/vector-reduce-fadd-fast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vector-reduce-fadd-fast.ll?rev=364200&r1=364199&r2=364200&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vector-reduce-fadd-fast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vector-reduce-fadd-fast.ll Mon Jun 24 09:25:30 2019
@@ -37,7 +37,7 @@ define float @test_v2f32(float %a0, <2 x
; 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
; 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:
More information about the llvm-commits
mailing list