llvm-6502/test/CodeGen/PowerPC/fpcopy.ll

8 lines
169 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=ppc32 &&
; RUN: llvm-as < %s | llc -march=ppc32 | not grep fmr
double %test(float %F) {
%F = cast float %F to double
ret double %F
}