David Goodwin | 089aa85 | 2009-10-01 21:46:35 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -post-RA-scheduler |
David Goodwin | 864c4b8 | 2009-08-31 20:47:02 +0000 | [diff] [blame] | 2 | |
| 3 | ; ModuleID = '<stdin>' |
| 4 | target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:64" |
| 5 | target triple = "armv7-apple-darwin9" |
| 6 | |
| 7 | @.str = external constant [36 x i8], align 1 ; <[36 x i8]*> [#uses=0] |
| 8 | @.str1 = external constant [31 x i8], align 1 ; <[31 x i8]*> [#uses=1] |
| 9 | @.str2 = external constant [4 x i8], align 1 ; <[4 x i8]*> [#uses=1] |
| 10 | |
| 11 | declare arm_apcscc i32 @getUnknown(i32, ...) nounwind |
| 12 | |
| 13 | declare void @llvm.va_start(i8*) nounwind |
| 14 | |
| 15 | declare void @llvm.va_end(i8*) nounwind |
| 16 | |
| 17 | declare arm_apcscc i32 @printf(i8* nocapture, ...) nounwind |
| 18 | |
| 19 | define arm_apcscc i32 @main() nounwind { |
| 20 | entry: |
| 21 | %0 = tail call arm_apcscc i32 (i8*, ...)* @printf(i8* getelementptr ([31 x i8]* @.str1, i32 0, i32 0), i32 1, i32 1, i32 1, i32 1, i32 1, i32 1) nounwind ; <i32> [#uses=0] |
| 22 | %1 = tail call arm_apcscc i32 (i8*, ...)* @printf(i8* getelementptr ([31 x i8]* @.str1, i32 0, i32 0), i32 -128, i32 116, i32 116, i32 -3852, i32 -31232, i32 -1708916736) nounwind ; <i32> [#uses=0] |
| 23 | %2 = tail call arm_apcscc i32 (i32, ...)* @getUnknown(i32 undef, i32 116, i32 116, i32 -3852, i32 -31232, i32 30556, i32 -1708916736) nounwind ; <i32> [#uses=1] |
| 24 | %3 = tail call arm_apcscc i32 (i8*, ...)* @printf(i8* getelementptr ([4 x i8]* @.str2, i32 0, i32 0), i32 %2) nounwind ; <i32> [#uses=0] |
| 25 | ret i32 0 |
| 26 | } |