repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
cmp0.ll
blob
de893745bae9cce47a68735941c8f016942fdb72
1
; RUN: llc < %s -march=x86-64 | grep -v cmp
2
3
define i64 @foo(i64 %x) {
4
%t = icmp eq i64 %x, 0
5
%r = zext i1 %t to i64
6
ret i64 %r
7
}