Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Thumb / 2007-01-31-RegInfoAssert.ll
blob04edffe7de1c4bd0a17b89c5c71cd9c5f96e1842
1 ; RUN: llc < %s -mtriple=thumb-apple-darwin
3 %struct.rtx_def = type { i8 }
4 @str = external global [7 x i8]
6 define void @f1() {
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 )
12         ret void
15 declare void @printf(i32, ...)