Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / ARM / trunc_ldr.ll
blob5aaf15f7041ff363743d601bcf5f9df8ae3a2655
1 ; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
3         %struct.A = type { i8, i8, i8, i8, i16, i8, i8, ptr }
4         %struct.B = type { float, float, i32, i32, i32, [0 x i8] }
6 define i8 @f1(ptr %d) {
7         %tmp2 = getelementptr %struct.A, ptr %d, i32 0, i32 4
8         %tmp4 = load i32, ptr %tmp2
9         %tmp512 = lshr i32 %tmp4, 24
10         %tmp56 = trunc i32 %tmp512 to i8
11         ret i8 %tmp56
14 define i32 @f2(ptr %d) {
15         %tmp2 = getelementptr %struct.A, ptr %d, i32 0, i32 4
16         %tmp4 = load i32, ptr %tmp2
17         %tmp512 = lshr i32 %tmp4, 24
18         %tmp56 = trunc i32 %tmp512 to i8
19         %tmp57 = sext i8 %tmp56 to i32
20         ret i32 %tmp57
23 ; CHECK: ldrb{{.*}}7
24 ; CHECK-NOT: ldrb{{.*}}7
26 ; CHECK: ldrsb{{.*}}7
27 ; CHECK-NOT: ldrsb{{.*}}7