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
/
CodeGen
/
X86
/
x86-64-ret0.ll
blob
3e840ab2edf677cbeb1d4b3a02208522490a2482
1
; RUN: llc < %s -mtriple=x86_64-- | grep mov | count 1
2
3
define i32 @f() nounwind {
4
tail call void @t( i32 1 ) nounwind
5
ret i32 0
6
}
7
8
declare void @t(i32)