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
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
Blackfin
/
cmp-small-imm.ll
blob
ed285a7603648fbcaa1fd582120d994683f44eae
1
; RUN: llvm-as < %s | llc -march=bfin > %t
2
3
define i1 @cmp3(i32 %A) {
4
%R = icmp uge i32 %A, 2
5
ret i1 %R
6
}