repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When removing a function from the function set and adding it to deferred, we
[llvm.git]
/
test
/
Transforms
/
InstCombine
/
2008-11-27-UDivNegative.ll
blob
fc90bba770864eee2396c15650069aef150b16f6
1
; RUN: opt < %s -instcombine -S | not grep div
2
3
define i8 @test(i8 %x) readnone nounwind {
4
%A = udiv i8 %x, 250
5
ret i8 %A
6
}