view test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll @ 33:e4204d083e25

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents 95c75e76d11b
children afa8332a0e37
line wrap: on
line source

; RUN: llc -mtriple=x86_64-mingw32 < %s | FileCheck %s
; CHECK-NOT: -{{[1-9][0-9]*}}(%rsp)

define x86_fp80 @a(i64 %x) nounwind readnone {
entry:
        %conv = sitofp i64 %x to x86_fp80               ; <x86_fp80> [#uses=1]
        ret x86_fp80 %conv
}