blob: 8500260fafce3932811e665fe10bd3a347c4d9c2 [file] [log] [blame]
Tanya Lattner6f729d62008-03-25 04:26:08 +00001; RUN: llvm-as < %s | llc -march=ppc32
Chris Lattner4502e132006-04-02 00:23:59 +00002
Tanya Lattner6f729d62008-03-25 04:26:08 +00003
4define double @CalcSpeed(float %tmp127) {
5 %tmp145 = fpext float %tmp127 to double ; <double> [#uses=1]
6 %tmp150 = call double asm "frsqrte $0,$1", "=f,f"( double %tmp145 ) ; <double> [#uses=1]
7 ret double %tmp150
Chris Lattner4502e132006-04-02 00:23:59 +00008}
Tanya Lattner6f729d62008-03-25 04:26:08 +00009