repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
CellSPU
/
fcmp64.ll
blob
1906bfe7ddaa403ddfe22bba7f95885b991dc39a
1
; RUN: llvm-as -o - %s | llc -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
}