Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / PowerPC / 2006-04-01-FloatDoubleExtend.ll
blob8f1a7610f10ea6385a0cd87646897731708e9cda
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
4 define 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