mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 15:13:49 -04:00
[NFC] This is a test for the commit access.
Summary: Signed-off-by: Pengfei Wang <pengfei.wang@intel.com> Reviewers: LuoYuanke Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D61580 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360019 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
@@ -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.
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user