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

Lauro Ramos Venancio lauro.venancio at gmail.com
Fri Feb 2 16:16:37 PST 2007



Changes in directory llvm/test/CodeGen/ARM:

alloca.ll updated: 1.4 -> 1.5
---
Log message:

Improves alloca test. Verifies SP restoration.


---
Diffs of the changes:  (+4 -1)

 alloca.ll |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: llvm/test/CodeGen/ARM/alloca.ll
diff -u llvm/test/CodeGen/ARM/alloca.ll:1.4 llvm/test/CodeGen/ARM/alloca.ll:1.5
--- llvm/test/CodeGen/ARM/alloca.ll:1.4	Fri Dec  1 22:23:08 2006
+++ llvm/test/CodeGen/ARM/alloca.ll	Fri Feb  2 18:16:21 2007
@@ -1,4 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mtriple=arm-linux-gnu | grep "mov r11, sp" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mtriple=arm-linux-gnu | grep "mov sp, r11"
+
 void %f(uint %a) {
 entry:
 	%tmp = alloca sbyte, uint %a






More information about the llvm-commits mailing list