1 ; RUN: llc < %s -mtriple=thumb-apple-darwin
3 %struct.rtx_def = type { i8 }
4 @str = external global [7 x i8]
7 %D = alloca %struct.rtx_def, align 1
8 %tmp7 = load i32, ptr %D
9 %tmp14 = lshr i32 %tmp7, 1
10 %tmp1415 = and i32 %tmp14, 1
11 call void (i32, ...) @printf( i32 undef, i32 0, i32 %tmp1415 )
15 declare void @printf(i32, ...)