repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
rem-2.ll
blob
1b2af4b87a32ea87e0b684cd41a12a4f9c31906e
1
; RUN: llc < %s -march=x86 | not grep cltd
2
3
define i32 @test(i32 %X) nounwind readnone {
4
entry:
5
%0 = srem i32 41, %X
6
ret i32 %0
7
}