Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-126671-fix-omp-ockl-linking
/
.
/
llvm
/
test
/
CodeGen
/
Mips
/
frem.ll
blob: 556ca6c2e7e7a39c9aae0a960370d464107c59c9 [
file
] [
log
] [
blame
] [
edit
]
; RUN: llc < %s -mtriple=mipsel
define
float
@fmods
(
float
%x
,
float
%y
)
{
entry
:
%r
=
frem
float
%x
,
%y
ret
float
%r
}
define
double
@fmodd
(
double
%x
,
double
%y
)
{
entry
:
%r
=
frem
double
%x
,
%y
ret
double
%r
}