projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[x86] Fold extract_vector_elt of a load into the Load's address computation.
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
x86-64-ret0.ll
1
; RUN: llc < %s -march=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)