repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
rem-2.ll
blob
3e17fc0b43098eb49bb873819a0f348005ce59b7
1
; RUN: llvm-as < %s | llc -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
}