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:
8a0ae9e
)
new testcase
author
Chris Lattner
<sabre@nondot.org>
Sun, 27 Jun 2004 22:51:19 +0000
(22:51 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 27 Jun 2004 22:51:19 +0000
(22:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14442
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/add.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/add.ll
b/test/Transforms/InstCombine/add.ll
index 8c99eac39706cf4f544f559de304d1bb8ffdbeba..8dd4c82fa9f1573805d8fbb6163772ecabd17ca8 100644
(file)
--- a/
test/Transforms/InstCombine/add.ll
+++ b/
test/Transforms/InstCombine/add.ll
@@
-130,3
+130,8
@@
int %test20(int %x) {
ret int %tmp.4
}
+bool %test21(uint %x) {
+ %t = add uint %x, 4
+ %y = seteq uint %t, 123
+ ret bool %y
+}