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-07-07-FPExtend.ll
blob
29c8e8446e3d2f283a1321585a2db0aec79f38be
1
; RUN: llc -march=mips -mattr=single-float < %s | FileCheck %s
2
3
define double @dofloat(float %a) nounwind {
4
entry:
5
; CHECK: __extendsfdf2
6
fpext float %a to double ; <double>:0 [#uses=1]
7
ret double %0
8
}