Sign in
swiftshader
/
SwiftShader
/
900ea2cbf3e05c901110bca3b2609ba9355fd3ed
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
CodeGen
/
Mips
/
2008-08-04-Bitconvert.ll
blob: 78a49ffbe44430cb3e0cb37cb8d1299be1f44d4a [
file
] [
log
] [
blame
]
; RUN: llc -march=mips < %s | FileCheck %s
define
float
@A
(
i32
%u
)
nounwind
{
entry
:
; CHECK: mtc1
bitcast
i32
%u
to
float
ret
float
%0
}
define
i32
@B
(
float
%u
)
nounwind
{
entry
:
; CHECK: mfc1
bitcast
float
%u
to
i32
ret
i32
%0
}