mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
b7c0b246da
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81545 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
175 B
LLVM
8 lines
175 B
LLVM
; 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
|
|
}
|