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

Rafael Espindola rafael.espindola at gmail.com
Tue Oct 17 07:34:16 PDT 2006



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

long.ll updated: 1.6 -> 1.7
---
Log message:

add the immediate to the Offset in eliminateFrameIndex


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

 long.ll |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm/test/Regression/CodeGen/ARM/long.ll
diff -u llvm/test/Regression/CodeGen/ARM/long.ll:1.6 llvm/test/Regression/CodeGen/ARM/long.ll:1.7
--- llvm/test/Regression/CodeGen/ARM/long.ll:1.6	Mon Oct 16 11:33:29 2006
+++ llvm/test/Regression/CodeGen/ARM/long.ll	Tue Oct 17 09:34:02 2006
@@ -70,3 +70,10 @@
 	%tmp2 = mul ulong %tmp1, %tmp
 	ret ulong %tmp2
 }
+
+ulong %f10() {
+entry:
+	%a = alloca ulong, align 8
+	%retval = load ulong* %a
+	ret ulong %retval
+}






More information about the llvm-commits mailing list