Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / X86 / 2009-06-03-Win64DisableRedZone.ll
blob37f01845db7991dec5234d3d5f1c0fdb34599165
1 ; RUN: llc -mtriple=x86_64-mingw32 < %s | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
3 ; CHECK-NOT: -{{[1-9][0-9]*}}(%rsp)
5 define win64cc x86_fp80 @a(i64 %x) nounwind readnone {
6 entry:
7         %conv = sitofp i64 %x to x86_fp80               ; <x86_fp80> [#uses=1]
8         ret x86_fp80 %conv