7 lines
228 B
LLVM
7 lines
228 B
LLVM
; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin | grep "fabs f1, f1"
|
|
|
|
define double @fabs(double %f) {
|
|
entry:
|
|
%tmp2 = tail call double @fabs( double %f ) readnone ; <double> [#uses=1]
|
|
ret double %tmp2
|
|
}
|