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:
2c77cb9
)
Remove obscure test
author
Chris Lattner
<sabre@nondot.org>
Wed, 23 Jul 2003 21:06:34 +0000
(21:06 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 23 Jul 2003 21:06:34 +0000
(21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7278
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/or.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/or.ll
b/test/Transforms/InstCombine/or.ll
index 594c78f13c790da79eb4b18af568e435d3c3ff60..838e75ec1dc1063c814c4d02517ede4c791210f1 100644
(file)
--- a/
test/Transforms/InstCombine/or.ll
+++ b/
test/Transforms/InstCombine/or.ll
@@
-118,17
+118,6
@@
bool %test19(ubyte %A) {
ret bool %C
}
-
-bool %test20(int %A) {
- %B = xor int %A, -1
- %C = and int %B, 4
- %D = setne int %C, 0
- %E = and int %B, 123 ; Make the usecount of B = 2
- %F = cast int %E to bool
- %G = and bool %D, %F
- ret bool %G
-}
-
ubyte %test21(ubyte %A) {
%B = or ubyte %A, 1
%C = and ubyte %B, 254