repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Handle logical shift right (at least I hope so :) )
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
ret-i64-0.ll
blob
c59e4cf9439ebb7ea7b2961da3f09a4f42afce36
1
; RUN: llvm-as < %s | llc -march=x86 | grep xor | count 2
2
3
define i64 @foo() nounwind {
4
ret i64 0
5
}