repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
align-inst.ll
blob
9bb08c55fcc8d091f9ebc9a1ae6d64ea5c605b6e
1
; RUN: llvm-as %s -o /dev/null
2
; RUN: verify-uselistorder %s
3
4
@A = global i1 0, align 4294967296
5
6
define void @foo() {
7
%p = alloca i1, align 4294967296
8
load i1, ptr %p, align 4294967296
9
store i1 false, ptr %p, align 4294967296
10
ret void
11
}