mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 01:13:25 +00:00
8 lines
188 B
LLVM
8 lines
188 B
LLVM
|
; RUN: llvm-as -o - %s | llc -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
|
||
|
}
|