blob: 64312ba09a50b98fb27ef4abb31b1ffd6c6da725 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s
Tanya Lattner2393a242004-11-06 23:08:26 +00002
Tanya Lattner53a66d12008-02-19 01:41:04 +00003@.str_1 = internal constant [42 x i8] c" ui = %u (0x%x)\09\09UL-ui = %lld (0x%llx)\0A\00" ; <[42 x i8]*> [#uses=1]
Vikram S. Adve7172a592003-07-10 19:32:38 +00004
Tanya Lattner53a66d12008-02-19 01:41:04 +00005declare i32 @printf(i8*, ...)
Vikram S. Adve7172a592003-07-10 19:32:38 +00006
Tanya Lattner53a66d12008-02-19 01:41:04 +00007define internal i64 @getL() {
8entry:
9 ret i64 -5787213826675591005
Vikram S. Adve7172a592003-07-10 19:32:38 +000010}
11
Tanya Lattner53a66d12008-02-19 01:41:04 +000012define i32 @main(i32 %argc.1, i8** %argv.1) {
13entry:
14 %tmp.11 = call i64 @getL( ) ; <i64> [#uses=2]
15 %tmp.5 = trunc i64 %tmp.11 to i32 ; <i32> [#uses=2]
16 %tmp.23 = and i64 %tmp.11, -4294967296 ; <i64> [#uses=2]
17 %tmp.16 = call i32 (i8*, ...)* @printf( i8* getelementptr ([42 x i8]* @.str_1, i64 0, i64 0), i32 %tmp.5, i32 %tmp.5, i64 %tmp.23, i64 %tmp.23 ) ; <i32> [#uses=0]
18 ret i32 0
Vikram S. Adve7172a592003-07-10 19:32:38 +000019}
Tanya Lattner53a66d12008-02-19 01:41:04 +000020