brintos

brintos / llvm-project-archived public Read only

0
0
Text · 358 B · 04edffe Raw
16 lines · plain
1; RUN: llc < %s -mtriple=thumb-apple-darwin2 3%struct.rtx_def = type { i8 }4@str = external global [7 x i8]5 6define void @f1() {7	%D = alloca %struct.rtx_def, align 18	%tmp7 = load i32, ptr %D9	%tmp14 = lshr i32 %tmp7, 110	%tmp1415 = and i32 %tmp14, 111	call void (i32, ...) @printf( i32 undef, i32 0, i32 %tmp1415 )12	ret void13}14 15declare void @printf(i32, ...)16