[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/inline-asm.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Jun 8 11:20:25 PDT 2006



Changes in directory llvm/test/Regression/CodeGen/X86:

inline-asm.ll added (r1.1)
---
Log message:

New testcase, using "AX" as i32.


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

 inline-asm.ll |    8 ++++++++
 1 files changed, 8 insertions(+)


Index: llvm/test/Regression/CodeGen/X86/inline-asm.ll
diff -c /dev/null llvm/test/Regression/CodeGen/X86/inline-asm.ll:1.1
*** /dev/null	Thu Jun  8 13:20:23 2006
--- llvm/test/Regression/CodeGen/X86/inline-asm.ll	Thu Jun  8 13:20:13 2006
***************
*** 0 ****
--- 1,8 ----
+ ; RUN: llvm-as < %s | llc -march=x86
+ 
+ int %test1() {
+ 	; Dest is AX, dest type = i32.
+         %tmp4 = call int asm sideeffect "FROB %0", "={ax}"()
+         ret int %tmp4
+ }
+ 






More information about the llvm-commits mailing list