[llvm-commits] CVS: llvm/test/CodeGen/ARM/frame_thumb.ll
Lauro Ramos Venancio
lauro.venancio at gmail.com
Fri Apr 27 10:58:26 PDT 2007
Changes in directory llvm/test/CodeGen/ARM:
frame_thumb.ll added (r1.1)
---
Log message:
In Thumb mode, the frame register must be R7.
---
Diffs of the changes: (+9 -0)
frame_thumb.ll | 9 +++++++++
1 files changed, 9 insertions(+)
Index: llvm/test/CodeGen/ARM/frame_thumb.ll
diff -c /dev/null llvm/test/CodeGen/ARM/frame_thumb.ll:1.1
*** /dev/null Fri Apr 27 12:58:13 2007
--- llvm/test/CodeGen/ARM/frame_thumb.ll Fri Apr 27 12:58:03 2007
***************
*** 0 ****
--- 1,9 ----
+ ; RUN: llvm-as < %s | llc -march=thumb -mtriple=arm-apple-darwin \
+ ; RUN: -disable-fp-elim | not grep {r11}
+ ; RUN: llvm-as < %s | llc -march=thumb -mtriple=arm-linux-gnueabi \
+ ; RUN: -disable-fp-elim | not grep {r11}
+
+ define i32 @f() {
+ entry:
+ ret i32 10
+ }
More information about the llvm-commits
mailing list