blob: eca4faee602cd02206c9f1e16af691515eed7d36 [file] [log] [blame]
; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK: maxu
define i64 @f(i64 %src, i64 %maxval) nounwind readnone {
entry:
%cmp = icmp ult i64 %maxval, %src
%cond = select i1 %cmp, i64 %src, i64 %maxval
ret i64 %cond
}