brintos

brintos / llvm-project-archived public Read only

0
0
Text · 277 B · 18b1c91 Raw
10 lines · plain
1; RUN: llc -mtriple=thumb-eabi %s -o /dev/null2 3define double @t(double %x, double %y) nounwind optsize {4entry:5	%0 = tail call double @llvm.pow.f64( double %x, double %y )		; <double> [#uses=1]6	ret double %07}8 9declare double @llvm.pow.f64(double, double) nounwind readonly10