Skip to content

Commit

Permalink
[NFC] This is a test for the commit access.
Browse files Browse the repository at this point in the history
Summary: Signed-off-by: Pengfei Wang <pengfei.wang@intel.com>

Reviewers: LuoYuanke

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D61580

llvm-svn: 360019
  • Loading branch information
phoebewang committed May 6, 2019
1 parent 844f662 commit b5d3430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/test/CodeGen/X86/fp-stack-2results.ll
Expand Up @@ -33,7 +33,7 @@ define void @call1(x86_fp80 *%P1, x86_fp80 *%P2) {

%c = extractvalue %0 %a, 1
store x86_fp80 %c, x86_fp80* %P2
ret void
ret void
}

; Uses both values, requires fxch
Expand All @@ -52,7 +52,7 @@ define void @call3(x86_fp80 *%P1, x86_fp80 *%P2) {
%a = call %0 @test()
%b = extractvalue %0 %a, 0
store x86_fp80 %b, x86_fp80* %P1
ret void
ret void
}

; Uses ST(1), ST(0) is dead and must be popped.
Expand All @@ -61,6 +61,6 @@ define void @call4(x86_fp80 *%P1, x86_fp80 *%P2) {

%c = extractvalue %0 %a, 1
store x86_fp80 %c, x86_fp80* %P2
ret void
ret void
}

0 comments on commit b5d3430

Please sign in to comment.