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
/
tools
/
gold
/
X86
/
Inputs
/
mixed_lto.ll
blob
2393deb3241450de952933feb61bf300086ac4cf
1
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2
target triple = "x86_64-unknown-linux-gnu"
3
declare i32 @g()
4
define i32 @main() {
5
call i32 @g()
6
ret i32 0
7
}