You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
289 B

; RUN: llc < %s -march=ppc32
define double @CalcSpeed(float %tmp127) {
%tmp145 = fpext float %tmp127 to double ; <double> [#uses=1]
%tmp150 = call double asm "frsqrte $0,$1", "=f,f"( double %tmp145 ) ; <double> [#uses=1]
ret double %tmp150
}