summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/minuw.ll
blob: a88d1e11603747655da45dec01ce0487e3159bd9 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK: minu

define i32 @f(i32 %src, i32 %maxval) nounwind readnone {
entry:
  %cmp = icmp ugt i32 %maxval, %src
  %cond = select i1 %cmp, i32 %src, i32 %maxval
  ret i32 %cond
}
OpenPOWER on IntegriCloud