Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/Hexagon/minuw.ll @ 128:c347d3398279 default tip
fix
author | mir3636 |
---|---|
date | Wed, 06 Dec 2017 14:37:17 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
; 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 }