repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
urem-i8-constant.ll
blob
bc93684877b579a333207208827533972242cf77
1
; RUN: llvm-as < %s | llc -march=x86 | grep 111
2
3
define i8 @foo(i8 %tmp325) {
4
%t546 = urem i8 %tmp325, 37
5
ret i8 %t546
6
}