[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:
Pengfei Wang
2019-05-06 08:31:18 +00:00
parent 0e258a059f
commit bf07beb7a0
+3 -3
View File
@@ -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
}