1 ; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
6 %buf = alloca [32 x i32], align 4
7 %tmp1 = load i32, ptr %buf
15 %buf = alloca [32 x i8], align 4
16 %tmp1 = load i8, ptr %buf
17 %tmp2 = zext i8 %tmp1 to i32
24 %buf = alloca [32 x i32], align 4
25 %tmp = getelementptr [32 x i32], ptr %buf, i32 0, i32 32
26 %tmp1 = load i32, ptr %tmp
34 %buf = alloca [32 x i8], align 4
35 %tmp = getelementptr [32 x i8], ptr %buf, i32 0, i32 2
36 %tmp1 = load i8, ptr %tmp
37 %tmp2 = zext i8 %tmp1 to i32