summaryrefslogtreecommitdiff
path: root/test/CodeGen/Blackfin/cmp-small-imm.ll
blob: e1732a8f806b8f2d544b1c865ef20950a8cb6420 (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=bfin > %t

define i1 @cmp3(i32 %A) {
	%R = icmp uge i32 %A, 2
	ret i1 %R
}