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
/
Assembler
/
align-inst.ll
blob
6f7100e065d331848b0c64e6cdaa1fb007302757
1
; RUN: llvm-as %s -o /dev/null
2
3
@A = global i1 0, align 536870912
4
5
define void @foo() {
6
%p = alloca i1, align 536870912
7
load i1* %p, align 536870912
8
store i1 false, i1* %p, align 536870912
9
ret void
10
}