[llvm-commits] CVS: llvm/test/CodeGen/ARM/inlineasm2.ll

Evan Cheng evan.cheng at apple.com
Tue Apr 3 17:15:34 PDT 2007



Changes in directory llvm/test/CodeGen/ARM:

inlineasm2.ll added (r1.1)
---
Log message:

New asm test case.

---
Diffs of the changes:  (+11 -0)

 inlineasm2.ll |   11 +++++++++++
 1 files changed, 11 insertions(+)


Index: llvm/test/CodeGen/ARM/inlineasm2.ll
diff -c /dev/null llvm/test/CodeGen/ARM/inlineasm2.ll:1.1
*** /dev/null	Tue Apr  3 19:15:27 2007
--- llvm/test/CodeGen/ARM/inlineasm2.ll	Tue Apr  3 19:15:17 2007
***************
*** 0 ****
--- 1,11 ----
+ ; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
+ 
+ define double @__ieee754_sqrt(double %x) {
+ 	%tmp2 = tail call double asm "fsqrtd ${0:P}, ${1:P}", "=w,w"( double %x )
+ 	ret double %tmp2
+ }
+ 
+ define float @__ieee754_sqrtf(float %x) {
+ 	%tmp2 = tail call float asm "fsqrts $0, $1", "=w,w"( float %x )
+ 	ret float %tmp2
+ }






More information about the llvm-commits mailing list