repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
Blackfin
/
cmp-small-imm.ll
blob
e1732a8f806b8f2d544b1c865ef20950a8cb6420
1
; RUN: llc < %s -march=bfin > %t
2
3
define i1 @cmp3(i32 %A) {
4
%R = icmp uge i32 %A, 2
5
ret i1 %R
6
}