Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/Mips/mips64sinttofpsf.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line source
; RUN: llc -march=mips64 -mcpu=mips64r2 -mattr=+soft-float -O0 < %s | FileCheck %s define double @foo() #0 { entry: %x = alloca i32, align 4 store volatile i32 -32, i32* %x, align 4 %0 = load volatile i32, i32* %x, align 4 %conv = sitofp i32 %0 to double ret double %conv ; CHECK-NOT: dsll ; CHECK-NOT: dsrl }