[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / Thumb / fpow.ll
blob18b1c91098f577c57ccdb16522e67f086cf34db5
1 ; RUN: llc -mtriple=thumb-eabi %s -o /dev/null
3 define double @t(double %x, double %y) nounwind optsize {
4 entry:
5         %0 = tail call double @llvm.pow.f64( double %x, double %y )             ; <double> [#uses=1]
6         ret double %0
9 declare double @llvm.pow.f64(double, double) nounwind readonly