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
/
2007-04-20-AlignedLoad.ll
blob
5709a228203221155e165f0bb0bb0dcf6621d038
1
; RUN: llvm-as < %s | llvm-dis | grep "align 1024"
2
; RUN: verify-uselistorder %s
3
4
define i32 @test(ptr %arg) {
5
entry:
6
%tmp2 = load i32, ptr %arg, align 1024 ; <i32> [#uses=1]
7
ret i32 %tmp2
8
}