YouCompleteMe/cpp/llvm/test/CodeGen/PowerPC/fabs.ll

8 lines
208 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
define double @fabs(double %f) {
entry:
%tmp2 = tail call double @fabs( double %f ) ; <double> [#uses=1]
ret double %tmp2
}