1 ; RUN: llc -mtriple=arm-eabi -mattr=+v4t %s -o - | FileCheck %s
6 %buf = alloca [32 x i32], align 4
7 %tmp1 = load i32, ptr %buf
14 %buf = alloca [32 x i8], align 4
15 %tmp1 = load i8, ptr %buf
16 %tmp2 = zext i8 %tmp1 to i32
23 %buf = alloca [32 x i32], align 4
24 %tmp = getelementptr [32 x i32], ptr %buf, i32 0, i32 32
25 %tmp1 = load i32, ptr %tmp
32 %buf = alloca [32 x i8], align 4
33 %tmp = getelementptr [32 x i8], ptr %buf, i32 0, i32 2
34 %tmp1 = load i8, ptr %tmp
35 %tmp2 = zext i8 %tmp1 to i32