[GlobalISel] Introduce a G_FSQRT generic instruction
This introduces a generic instruction for computing the floating point square root of a value. Right now, we can't select @llvm.sqrt, so this is working towards fixing that. llvm-svn: 352668
Loading
Please register or sign in to comment