llvm-project/llvm/test/CodeGen/ARM/mem.ll

15 lines
232 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=arm | grep strb
; RUN: llc < %s -march=arm | grep strh
2008-02-18 04:02:20 +08:00
define void @f1() {
entry:
2008-02-18 04:02:20 +08:00
store i8 0, i8* null
ret void
}
2008-02-18 04:02:20 +08:00
define void @f2() {
entry:
2008-02-18 04:02:20 +08:00
store i16 0, i16* null
ret void
}