blob: 172e34849d1d9f73e5f671e12c6914ced6e47eda [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -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