2011-02-17 20:24:17 +08:00
|
|
|
; RUN: llc -mtriple=x86_64-mingw32 < %s | FileCheck %s
|
2015-02-28 05:11:16 +08:00
|
|
|
; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
|
2011-02-05 23:11:32 +08:00
|
|
|
; CHECK-NOT: -{{[1-9][0-9]*}}(%rsp)
|
2009-06-04 10:02:01 +08:00
|
|
|
|
2017-07-18 04:05:19 +08:00
|
|
|
define win64cc x86_fp80 @a(i64 %x) nounwind readnone {
|
2009-06-04 10:02:01 +08:00
|
|
|
entry:
|
2011-02-05 23:11:32 +08:00
|
|
|
%conv = sitofp i64 %x to x86_fp80 ; <x86_fp80> [#uses=1]
|
|
|
|
ret x86_fp80 %conv
|
2009-06-04 10:02:01 +08:00
|
|
|
}
|