repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
minw.ll
blob
5bfaae09c805dffa0fbd2e908e28c68955bc85b2
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
; CHECK: min
3
4
define i32 @f(i32 %src, i32 %maxval) nounwind readnone {
5
entry:
6
%cmp = icmp sgt i32 %maxval, %src
7
%cond = select i1 %cmp, i32 %src, i32 %maxval
8
ret i32 %cond
9
}