Sign in
swiftshader
/
SwiftShader.git
/
ec54a17ecc46a5b032ea620a0c455d1cbc3eb1bb
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
CellSPU
/
fcmp64.ll
blob: 2b61fa6d2dc22ed87cbf9b255430b0042df5ff31 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=cellspu > %t1.s
define
i1
@fcmp_eq_setcc_f64
(
double
%arg1
,
double
%arg2
)
nounwind
{
entry
:
%A
=
fcmp
oeq
double
%arg1
,
%arg2
ret
i1
%A
}