[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-10-09-CycleInDAG.ll

Evan Cheng evan.cheng at apple.com
Mon Oct 9 21:34:00 PDT 2006



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

2006-10-09-CycleInDAG.ll added (r1.1)
---
Log message:

Add test case from PR940: http://llvm.org/PR940 .

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

 2006-10-09-CycleInDAG.ll |   10 ++++++++++
 1 files changed, 10 insertions(+)


Index: llvm/test/Regression/CodeGen/X86/2006-10-09-CycleInDAG.ll
diff -c /dev/null llvm/test/Regression/CodeGen/X86/2006-10-09-CycleInDAG.ll:1.1
*** /dev/null	Mon Oct  9 23:33:56 2006
--- llvm/test/Regression/CodeGen/X86/2006-10-09-CycleInDAG.ll	Mon Oct  9 23:33:46 2006
***************
*** 0 ****
--- 1,10 ----
+ ; RUN: llvm-as < %s | llc -march=x86
+ 
+ void %_ZN13QFSFileEngine4readEPcx() {
+ 	%tmp201 = load int* null
+ 	%tmp201 = cast int %tmp201 to long
+ 	%tmp202 = load long* null
+ 	%tmp203 = add long %tmp201, %tmp202
+ 	store long %tmp203, long* null
+ 	ret void
+ }






More information about the llvm-commits mailing list