summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/maxud.ll
blob: eca4faee602cd02206c9f1e16af691515eed7d36 (plain)
1
2
3
4
5
6
7
8
9
; 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
}
OpenPOWER on IntegriCloud