repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
ExecutionEngine
/
RuntimeDyld
/
X86
/
coff-alignment.ll
blob
9e9d60f62286fff81a7264b20dce7352e13d2737
1
; REQUIRES: system-windows
2
; RUN: opt -mtriple=x86_64-pc-win32-coff %s -o - | lli
3
4
@o = common global i32 0, align 4
5
6
define i32 @main() {
7
%patatino = load i32, i32* @o, align 4
8
ret i32 %patatino
9
}