repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
CodeGen
/
Mips
/
double2int.ll
blob
3d033e1d10086da6577a049daa52c19b5c89b4bb
1
; RUN: llc -march=mips -mcpu=4ke < %s | FileCheck %s
2
3
define i32 @f1(double %d) nounwind readnone {
4
entry:
5
; CHECK: trunc.w.d $f{{[0-9]+}}, $f12
6
%conv = fptosi double %d to i32
7
ret i32 %conv
8
}