19 lines · plain
1; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s2 3define void @f1() {4entry:5 store i8 0, ptr null6 ret void7}8 9; CHECK: strb10 11define void @f2() {12entry:13 store i16 0, ptr null14 ret void15}16 17; CHECK: strh18 19