projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59359f1
)
New testcase
author
Chris Lattner
<sabre@nondot.org>
Tue, 28 Sep 2004 18:21:01 +0000
(18:21 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 28 Sep 2004 18:21:01 +0000
(18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16548
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/div.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/div.ll
b/test/Transforms/InstCombine/div.ll
index 52511a7943ce838216e8b785f55bfe78bd3bc75e..19e0d40166b0ff72b301767efe38f70c69970a64 100644
(file)
--- a/
test/Transforms/InstCombine/div.ll
+++ b/
test/Transforms/InstCombine/div.ll
@@
-24,3
+24,9
@@
int %test4(int %A) {
%B = div int %A, -1 ; 0-A
ret int %B
}
+
+uint %test5(uint %A) {
+ %B = div uint %A, 4294967280
+ %C = div uint %B, 4294967292
+ ret uint %C
+}