[llvm-commits] [llvm] r85266 - /llvm/trunk/test/CodeGen/ARM/2009-10-27-double-align.ll

Rafael Espindola rafael.espindola at gmail.com
Tue Oct 27 10:59:03 PDT 2009


Author: rafael
Date: Tue Oct 27 12:59:03 2009
New Revision: 85266

URL: http://llvm.org/viewvc/llvm-project?rev=85266&view=rev
Log:
Add missing testcase.


Added:
    llvm/trunk/test/CodeGen/ARM/2009-10-27-double-align.ll

Added: llvm/trunk/test/CodeGen/ARM/2009-10-27-double-align.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2009-10-27-double-align.ll?rev=85266&view=auto

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2009-10-27-double-align.ll (added)
+++ llvm/trunk/test/CodeGen/ARM/2009-10-27-double-align.ll Tue Oct 27 12:59:03 2009
@@ -0,0 +1,14 @@
+; RUN: llc < %s  -mtriple=arm-linux-gnueabi  | FileCheck %s
+
+ at .str = private constant [1 x i8] zeroinitializer, align 1
+
+define arm_aapcscc void @g() {
+entry:
+;CHECK: [sp, #+8]
+;CHECK: [sp, #+12]
+;CHECK: [sp]
+        tail call arm_aapcscc  void (i8*, ...)* @f(i8* getelementptr ([1 x i8]* @.str, i32 0, i32 0), i32 1, double 2.000000e+00, i32 3, double 4.000000e+00)
+        ret void
+}
+
+declare arm_aapcscc void @f(i8*, ...)





More information about the llvm-commits mailing list