repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
CellSPU
/
fcmp64.ll
blob
2b61fa6d2dc22ed87cbf9b255430b0042df5ff31
1
; RUN: llc < %s -march=cellspu > %t1.s
2
3
define i1 @fcmp_eq_setcc_f64(double %arg1, double %arg2) nounwind {
4
entry:
5
%A = fcmp oeq double %arg1, %arg2
6
ret i1 %A
7
}