repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
2008-08-07-FPRound.ll
blob
4fa43b6833bde9543e832b05db53f08b27c119f1
1
; RUN: llc -march=mips -mattr=single-float < %s | FileCheck %s
2
3
define float @round2float(double %a) nounwind {
4
entry:
5
; CHECK: __truncdfsf2
6
fptrunc double %a to float ; <float>:0 [#uses=1]
7
ret float %0
8
}