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:
2539b73
)
Turn off this test - the corresponding instsimplify logic has been
author
Duncan Sands
<baldrick@free.fr>
Tue, 25 Jan 2011 12:31:43 +0000
(12:31 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Tue, 25 Jan 2011 12:31:43 +0000
(12:31 +0000)
disabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124185
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstSimplify/2011-01-18-Compare.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstSimplify/2011-01-18-Compare.ll
b/test/Transforms/InstSimplify/2011-01-18-Compare.ll
index 78e225a8d1c8a57cc1ce11637679bdceb833b719..705f35424988deb780fea8dae8bebf3013adce34 100644
(file)
--- a/
test/Transforms/InstSimplify/2011-01-18-Compare.ll
+++ b/
test/Transforms/InstSimplify/2011-01-18-Compare.ll
@@
-61,13
+61,11
@@
define i1 @sext3() {
}
define i1 @add(i32 %x, i32 %y) {
-; CHECK: @add
%l = lshr i32 %x, 1
%r = lshr i32 %y, 1
%s = add i32 %l, %r
%c = icmp eq i32 %s, 0
ret i1 %c
-; CHECK: ret i1 false
}
define i1 @add2(i8 %x, i8 %y) {