repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zpu: simple fn with stack slots compile
[llvm/zpu.git]
/
test
/
CodeGen
/
ARM
/
mem.ll
blob
f46c7a5857ab963ffec73a5a9e772da8b89503ff
1
; RUN: llc < %s -march=arm | grep strb
2
; RUN: llc < %s -march=arm | grep strh
3
4
define void @f1() {
5
entry:
6
store i8 0, i8* null
7
ret void
8
}
9
10
define void @f2() {
11
entry:
12
store i16 0, i16* null
13
ret void
14
}