Skip to content

Commit

Permalink
Revert "Regenerate expected test results for test/CodeGen/X86/pr23103…
Browse files Browse the repository at this point in the history
….ll . NFC"

This reverts commit cf25dfc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333960 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
deadalnix committed Jun 4, 2018
1 parent 8c3bbfc commit 9b4ac07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CodeGen/X86/pr23103.ll
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ define <1 x double> @pr23103(<1 x double>* align 8 %Vp) {
; CHECK-NEXT: pushq %rax
; CHECK-NEXT: .cfi_def_cfa_offset 16
; CHECK-NEXT: vmovsd {{.*#+}} xmm0 = mem[0],zero
; CHECK-NEXT: vmovsd %xmm0, (%rsp) # 8-byte Spill
; CHECK-NEXT: callq foo
; CHECK-NEXT: vaddsd (%rsp), %xmm0, %xmm0 # 8-byte Folded Reload
; CHECK-NEXT: vmovsd {{.*#+}} xmm0 = mem[0],zero
; CHECK-NEXT: popq %rax
; CHECK-NEXT: .cfi_def_cfa_offset 8
; CHECK-NEXT: retq
entry:
%V = load <1 x double>, <1 x double>* %Vp, align 8
Expand Down

0 comments on commit 9b4ac07

Please sign in to comment.